-
-
Notifications
You must be signed in to change notification settings - Fork 10.7k
Closed
Description
var Navigation = require('react-router').Navigation;
React.createClass({
mixins: [Navigation],
whenever: function () {
this.transitionTo('something');
this.replaceWith('something');
this.goBack();
}
});
From reading the docs I just don't understand how this makes any sense. Could you maybe explain a bit more what's happening here? Thanks :)
Metadata
Metadata
Assignees
Labels
No labels