isomorphic-react
isomorphic-react copied to clipboard
Example app to demonstrate isomorphic JavaScript using react, react-router and fluxible-app
Isomorphic JavaScript Example
This is a small sample app built react, react-router, fluxible-app and spotify search api to demonstrate isomorphic JavaScript concepts.
Run npm install to install dependenices
$ npm install
Run the app!
$ npm start
TODO
- Cleanup legacy code from react 0.12.
- Add imutable-js example in store.
- Add should component update example.
- Add some unit tests and jshint.