-
I have problem with url containing parameters. For example if I added a node with path "/something/:id" and in application I navigated to this particular path - everything works. If from this point (h…
-
Hi,
Router5 is a mature battle tested routing library that is growing in popularity. Could we add this to the advance usage docs page as an alternative to react router?
See here for more details…
-
Hi, on the latest router 6.2.1 I found next issues:
1. With this config
```javascript
queryParams: {
nullFormat: 'default',
arrayFormat: 'brackets',
booleanFormat: 'none',
},
…
-
[The Router Challenge](https://github.com/grahammendick/router-challenge) aims to be to Routers what TodoMVC is to MV* frameworks. It offers the same Music Catalog application built in React using dif…
-
I've have upgraded my deps as follows (to the latest versions):
```
redux-router5 ^5.4.0 → ^6.0.0
router5 ^6.1.1 → ^6.2.2
```
and I get this error:
```
App.jsx:47 Unca…
-
Hi,
running the example in IE11 http://router5.github.io/docs/with-react.html#/contacts does not work when changing hash by hand (e.g. http://router5.github.io/docs/with-react.html#/contacts -> http…
-
Because it's what it (func) does :)
Of course it's just a matter of taste. But it brings a bit more clarity (f.i in react: `componentDidMount` and not just a `didMount` or something)
And again, …
-
I can't see any test with `buildPath()` or `getPath()` called with an non-existent route name. I think it makes sense to return `null` here, but in higher-level packages like react-router5, this shoul…
-
I'm just starting with router5 so sorry for the lack of knowledge. However I realized of something a bit strange when testing my first app with router5 + react-router5 + redux-react:
My web app is …
-
### Description
It appears that upgrading to v2.9 highlights a type issue:
```
(18,57): Type 'keyof T' does not satisfy the constraint 'string'.
Type 'string | number | symbol' is not assign…