create-react-app-with-redux icon indicating copy to clipboard operation
create-react-app-with-redux copied to clipboard

:star2: Simple redux implementation added to an app created with create-react-app

Results 1 create-react-app-with-redux issues
Sort by recently updated
recently updated
newest added

Awesome stuff, thanks for this repo! I found some code issues I would like to raise: 1. No need for component state. Safe to delete these lines https://github.com/tstringer/create-react-app-with-redux/blob/master/src/components/PeopleContainer.js#L12-L14 ``` this.state...