-
### 🐞 Describe the Bug
Initiating a transition using `` or any deprecated transition method after calling `RouterService.transitionTo()` causes an aborted transition which triggers a full route ref…
-
https://github.com/erikras/react-redux-universal-hot-example has an example app. Make sure to include it in this repository for reference.
-
Is there a way to define smooth transitions between views? For instance, when using router.Goto() I'd like the new view to slide in from the right, and the old view to slide off the left.
-
Since I love your work here I'd like to use it everywhere. Is there a way to integrate these transitions with react-router?
Simply merging these two together does not actualy work because route va…
-
1) use one function that returns an enum to determine which page is active (basically a router)
2) setup actions to determine active page transitions
3) move other stuff over
-
Stock Android 8.0 - App works great but over time always dies / stops changing colors. On occasion I also get "rubberbanding"....lights stop changing for a few seconds and then all of a sudden "catch …
-
I'm having trouble getting an initial transition to work with my root route *(login)*.
**router.js**
```
Router.map(function() {
this.route('login', { path: '' });
});
```
**transitions.j…
-
For most apps, the initial URL of an app is `/`, but when using the `visit()` API, it may be useful to know this information later down the path (ignoring any redirects or other transitions that may h…
-
# Switch
```jsx
import { Switch, Route } from 'react-router'
/* there will only ever be one child here */
…
-
This is great! Awesome to see joined top/bottom and bottom/top working great now! Wondering if this is compatible with other routing libraries like go_router, auto_route, beamer etc? Some offer custom…