Slides available here: http://slides.com/anyulled/react-for-redux#/
To initialize the project, please do
npm install
To install al the package dependencies. Then to run the app, just run:
npm start
Your browser should open on http://localhost:3000
to test the project, run
npm test
To chek the coverage, do
npm run test:coverage
- 1.0 Pure React implementation
- 1.2 Redux Implementation
- 1.3 Workshop given in Valencia, Spain 🇪🇸
- 1.4 Redux-Observable poc
- 1.5 Jest, Enzyme tests.
- 1.6 Workshop given in London, UK 🇬🇧