-
Hello,
wonderful router and ecosystem! đź‘Ť
I'm wondering if a mobx plugin was in plan.
If not I'm sure it would be quite similar to the redux one.
I can try to develop it, however I have no prev…
-
Hello. Currently the browser plugin is overwriting the entire history state with the router state. Is it a better idea to have a namespaced entry in the global history state to not overwrite any third…
iotch updated
7 years ago
-
Hello,
I've just installed this and it seems that for my edge cases this is not working.
The following propTypes are not removed from the build. While all the others declared in the _standard_ wa…
-
Hello,
I noticed that while it is possible to open a Component in Isolated mode, that's not possible for a Section.
With a slight modification in index.js to provide a single Section and no Com…
-
Thanks for the great library. I was wondering if there is a react/router5 way of going back to the previous state. Right now I'm using `window.history.back();`. It works but I have a feeling that's no…
-
If I am on a route, for example `/home` and I manually go to the url box and hit enter then the entire html page will reloaded. I don't think this is the intended behaviour, how can I avoid it?
I'm…
-
Hello,
I have two **exact** projects, **A** and **B**, **B** is git-cloned from **A.**
On **B** I made an `npm install` and the only _observable_ (...sorry for the joke) difference between the two …
-
Hey,
I noticed something weird while playing with examples.
**Url**
http://router5.github.io/docs/with-react.html#/inbox
![r2](https://cloud.githubusercontent.com/assets/1313605/22129356/b3f35…
hinok updated
7 years ago
-
Salut,
thank you very much for this đź‘Ť
I'm starting to set up an application and I've noticed a problem, not sure if this a mistake I made or a bug.
These are my routes
```
export default [
…
-
Hello,
right now by decorating any component with `@observer` will trigger a render call whenever any observable data (used inside the render method) changes.
What if we want to fine-tune when th…