-
In new versions of router5 we can [subscribe to changes](http://router5.github.io/docs/observability.html). However there seems to be no way to unsubscribe, or at least it is not documented. Perhaps t…
-
I was searching for an alternative for react-router, and couldn’t find anything.
I found this router only by suggestion (it doesn’t appear in search for ‘React router’).
I like it and its api.
Unti…
-
I'm trying to use router5, but I found very hard understand the documentation maybe because there is no reference at all but just a demo.
So I discovered the actions.navigateTo here: https://github…
-
Basically Firefox doesn't encode `|` (pipe) char, actually even if it is already encoded to `%7c` it decodes it. This way in `matchChildren()`:
```
remainingPath = segment.replace(consumedPath, '')
…
-
Hi,
I have been using this router in a production application for a while now and is very happy with the result.
Today when i was working on some new features i discovered a bug og rather a iss…
thupi updated
6 years ago
-
Hi, guys,
I'm using router5 for few months already and everything is very sweet :)
Recently our team decided to enrich the user experience by animating the page transitions. We'r looking for inte…
-
I think this is partially related to #135 , but I'm not sure.
I would like to pass additional (serializable) data to the navigate function, but I don't want it to show up in the browser URL. Specif…
aksel updated
6 years ago
-
Hello @troch!
I'm having a big doubt after a [bug](https://github.com/LeonardoGentile/react-mobx-router5/issues/6) emerged in my react-mobx plugin.
My version of `RouteNode` is based on yours [rea…
-
Hi to all.
Is there any default method to open navigate (navigateTo) links in new tab when pressing ctrl, cmd or meta key?
vvhsk updated
6 years ago
-
My project uses router5 with mobx, so this dependency means that styled-bootstrap-components is not compatible without rewriting the NavLink component.