Small project for learning React-redux-saga basics. It also includes React Patterns
npm install
npm start
localhost:3000/
Works on React basics. Practice: Create a visual tag when a color box is selected
localhost:3000/hoc-pattern
localhost:3000/compund-pattern
localhost:3000/renderprops-pattern
localhost:3000/provider-pattern
Works on:
- HOC
- Compound Components
- Render props
- Provider Pattern
localhost:3000/redux-component
Works on Redux basics. Practice: Include a selector to change selected color synchronously.
localhost:3000/saga-component
Works on Redux-saga basics. Practice: Include an asynchronous call to change selected color.