MAIN SITE https://rick-morty-state.netlify.app/
What we will cover
- working with local state - useState
- working with local state and passing state as props - useReducer
- creating alternatives to state
- global state management with context api
- redux in a nutshell and opinions
**NOTE The repo is splitted into branches that each branch is a step. and evry step has a solution branch
example
- ex-1-local-state-with-hooks
- ex-1-local-state-with-hooks-solution