Repository for Reacto Meetup on Dec 7. Should be done by Nov 30.
Click here for PowerPoint slides (using Google Slides, nothing to download)
git clone https://github.com/abustamam/reselect-todos.git
cd reselect-todos
npm i
npm start
- master: the original ShoppingMVC
- with-reselect: maps all mapStateToProps to use reselect, moves some logic out of components into Redux
- ppt: some random code snippets I wrote for the ppt, not really useful
npm run test
This project was bootstrapped with Create React App.