demo application of a very basic email client using fluxlike architecture, react, and es6 modules
Install nodejs
Install dependencies:
$ npm install -g watchify broccoli-timepiece
$ npm install
Watch code and run web server:
$ ./scripts/start
$ npm run lint
$ npm test
- Bring in immutability
- Reduce the number of re-renders
- Action handlers
- Pull out re-usable libraries
- isomorphism
- i18n
- Pre-load from local storage (when available)