good-old-fashioned-redux-example
February 22, 2016 ยท View on GitHub
This reproduces one of the examples from the redux documentation, but using "good old fashioned javascript": no babel, no JSX, no webpack, minimal tooling, just modules and browserify. Similar to simplest-redux-example but doesn't use babel / JSX / ES6. Also similar in style to tree-view. You might find this useful if you want to play with the cool ideas behind these tools without adopting a bunch of new conventions.
usage
download with
git clone https://github.com/freeman-lab/good-old-fashioned-redux-example.git
then install and run
npm install
npm start