Skip to content

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published