ES6 React Flux webpack gulp om-like isomorphic immutable k̶i̶t̶c̶h̶e̶n̶s̶i̶n̶k̶ t̶w̶e̶e̶t̶y̶b̶i̶r̶d̶s̶ TodoMVC.
For dev stack updates and changes please follow Este.js. I don't have time to maintain this demo. Maybe someone else could help?
- Written in babeljs.io, the best ES6 and ES7 transpiler. It handles future JavaScripts with React JSX syntax spiced by Flowtype type annotations already. Sourcemaps enabled by default.
- React, Flux, react-router, immutable.js, and more awesomeness.
- Isomorphic architecture with state-less stores, server side rendering, and routing inside expressjs.
- jest unit testing.
- Global immutable app state like Om with cursors, so app state can be snapshotted and reloaded. Undo redo is super easy.
- The state of art performance thanks to immutable.js and PureRenderMixin combo.
- Well tuned dev stack based on gulp.js and webpack configured both for dev and production.
- CSS livereload and webpack module hot reload, so you can tweak React in real time.
- Vanilla Flux, remember what I wrote about frameworks?
- Isomorphic 404 and 500 pages.
npm install --global gulp
git clone https://github.com/steida/este-todomvc.git
cd este-todomvc
npm install
gulp
run app in development modegulp -p
run app in production mode
made by Daniel Steigerwald