-
Is redux-auth-wrapper compatible with [router5](https://github.com/router5/router5/)?
-
Hi Nathan,
router5 1.0.0 has been released and I think it will be easier to integrate with cycle-js, if you are still working on it. To summarise what is new in 1.0.0:
- The router itself is now free…
troch updated
8 years ago
-
It is now more than two years router5 was first released. Never too late to ask that question: If you or your company are using router5, let everyone know!
You can also provide me with a logo, I am…
troch updated
2 years ago
-
-
Could you please check these lines of code?
`router5-transition-path/dist/index.es.js`
```javascript
function transitionPath(toState, fromState) {
var toStateOptions = (toState.meta && toSta…
-
I fell in love using https://github.com/mikeplus64/solid-typefu-router5
Now I'm missing this ability to see available routes and its params when using `navigate` from 'useNavigate', `Link` and so on.…
-
I found one example which uses this library: https://github.com/basham/cycle-demo/blob/router5/src/main.js
There is such search of route handler in the plain `Array`:
``` js
function model(actions) …
-
I get this error on startup of the app:
./src/index.js
Attempted import error: 'RouteProvider' is not exported from 'react-router5'.
This is how I'm using it in index.js:
import { RouteProvi…
-
### Describe the bug
Hi, into React app i have this message.
![2024-07-30 10 23 53](https://github.com/user-attachments/assets/35a4e8fb-f379-48cd-bee9-8ab44d5a80a4)
Is this normal?
### Reproductio…
-
Good day!
I'm trying to integrate routing in my application and I really liked the approach of [router5](http://router5.github.io/). When used with React, it is recommended (necessary?) to use [react…