redux-simple-router-example icon indicating copy to clipboard operation
redux-simple-router-example copied to clipboard

This is a simple example of how to use redux-simple-router.

redux-simple-router-example

This is a simple example of how to use redux-simple-router. Feel free to critique this via opening an issue or sending a PR.

Screenshot

Live Example

To run this, simply git clone the repo and then run:

npm install
npm run example
# Navigate to localhost:9001 to check it out!

Thanks!