-
Would love to see an example with both.
-
Hi. I have followed all examples, provided in docs, but my router appears with null state. Here is my implementation:
```
import { createRouter } from 'router5';
import browserPlugin from 'router…
-
`router5` package has `index.d.ts` TS definitions, however other packages (like `react-router5` and `redux-router5`) do not. It would be great if all packages had TS definitions.
https://github.com…
-
I am so frustrated! I keep on getting this error and it won't go away! I'm using router5 with Redux after my attempts with `react-router v4` failed.
I pretty much cloned the redux example with litt…
-
@pshrmn Happy to see me again? I'm your number one fan!
So, I'm getting a little jealous from the [examples](https://curi.js.org/guides/react/) provided for redux and mobx, because I'm using [apoll…
-
Tried to run the example below, but there’s a TypeError that `px` is not a function. Also tried animating without using `px` but still no luck, so I’m obviously missing something. I’m new to Popmotio…
-
Hi,
I currently have a route structure that looks like this:
- Main (all routes)
-- Home (/:continent?)
-- Entity (/:country/:region/:city)
The continent path is optional. How can I achieve t…
-
Looking at this example: http://router5.github.io/docs/with-react.html#/inbox
When one starts to compose, but then clicks another link, one gets an error message as expected. However, if one clicks…
-
Hi..
I'm looking to replace react-router, and router5 looks promising.
Also watched your talk, which is interesting btw., and you mentioned something about the choice of named routes. That its a…
-
all the components including node components are rendered twice. I tried the example project [https://github.com/LeonardoGentile/react-mobx-router5-example](url), same result.
Here's how: put `cons…