Skip to content

bencooling/redux-examples

Repository files navigation

redux examples

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

examples

plain

  • Minimal implementation of redux (no react)

run example
npm run serve -- --example=plain

react-todo

features

  • todomvc (minus css, with minimal markup (no extraneous sections, divs))
  • time travel with redux-devtools!

run example
npm run serve -- --example=react-todo

About

Examples of Redux + es6 + babel + react functional components + npm run scripts usage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published