redux-tiny-router icon indicating copy to clipboard operation
redux-tiny-router copied to clipboard

A Router made for Redux and made for universal apps! stop using the router as a controller... its just state!

Results 5 redux-tiny-router issues
Sort by recently updated
recently updated
newest added

Hey Looks like when I'm combining reducers the initial state isn't set somehow. I can see the state as ``` Object {counter: Object} ``` so router is missing. My reducer...

Due to a hard dependency to React 0.13, this library does not work with React 0.14 because the rendering API of react has changed.

There is an error that prevents rendering using Firefox 42 on Windows 7: ``` TypeError: setting a property that has only a getter ``` The error occurs on `line 28`...

It would be great to be able to use setRoutes from within the component (constructor probably). I could then do this: ``` javascript _getRoutes() { return { '/': , '/users/*':...

This was logging a warning when paired with `redux-immutable-state-invariant`. This also builds the file on `postinstall` so npm link (and installing from a fork) works. Also adds node_modules and bin...