redux-friendlist-demo
redux-friendlist-demo copied to clipboard
Simple demo app featuring Redux
Thanks for the great tutorial, I didn't find around something like this. I was trying to follow but if you install latest dependency the code will not work anymore. Are...
odule build failed: ReferenceError: [BABEL] Unknown option: redux-friendlist-demo-1.0\.babelrc.stage
npm install webpack
Hi! Thanks for nice example! But i was found an error when try to test this example in my browser. 1. Open localhost:3000 2. Add a friend 3. DELETE ALL...
- Update dependecies, react0.14, redux3.x and babel 6.x - Change createStore, to stick with redux 2.0+ version - Change App.js to render the child directly without a wrapper function -...