Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 542 Bytes

File metadata and controls

21 lines (15 loc) · 542 Bytes

Welcome to learning state management with kula like

MAIN SITE https://rick-morty-state.netlify.app/

What we will cover

  1. working with local state - useState
  2. working with local state and passing state as props - useReducer
  3. creating alternatives to state
  4. global state management with context api
  5. 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