redux-friendlist-demo icon indicating copy to clipboard operation
redux-friendlist-demo copied to clipboard

Simple demo app featuring Redux

Results 5 redux-friendlist-demo issues
Sort by recently updated
recently updated
newest added

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...

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 -...