freeman-lab / good-old-fashioned-redux-example

redux example using good old fashioned javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

good-old-fashioned-redux-example

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

About

redux example using good old fashioned javascript

License:MIT License


Languages

Language:JavaScript 93.7%Language:HTML 6.3%