features
- redux for single application state tree
- es6 source code transpiled with babel, bundled with webpack
- react for declarative view layer, with functional stateless components
- stamp composition (no classes!)
- npm run script to run specific examples for webpack dev server
- nodemon for live reloading examples where stand output is sent to terminal
- Minimal implementation of redux (no react)
run example
npm run serve -- --example=plain
features
- todomvc (minus css, with minimal markup (no extraneous sections, divs))
- time travel with redux-devtools!
run example
npm run serve -- --example=react-todo