https://github.com/ballercat/reroute
Redux first React Router
https://github.com/ballercat/reroute
Last synced: 3 months ago
JSON representation
Redux first React Router
- Host: GitHub
- URL: https://github.com/ballercat/reroute
- Owner: ballercat
- License: mit
- Created: 2017-06-24T12:10:37.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-01T22:57:53.000Z (about 9 years ago)
- Last Synced: 2025-07-02T22:36:49.283Z (about 1 year ago)
- Language: JavaScript
- Size: 82 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# reroute - Redux first Router
A different approach to routing, taking full advantage of HTML5 API and redux.
The URL string is irrelevant to navigation as the entire page state is stored
within immutable state in redux and powered by state objects returned from history
events.