Skip to content

A comprehensive, practical study into the different types of React State Management, covering native, indirect and direct state management libraries.

Notifications You must be signed in to change notification settings

asbhogal/React-State-Management

Repository files navigation

React State Management

A comprehensive, practical guide to React State Management, covering the three types:

  1. Native State Management (incl. useState, useReducer & useEffect hooks)
  2. Indirect State Management (incl. React Query, React Location & React Router)
  3. Direct State Management (incl. Redux, Zustand, Valtio & Jotai)

This project has been created with assistance from Jack Herrington's Intermediate JavaScript Course from freeCodeCamp (see links below)

Stacks Used

React logo Redux logo Jotai logo Valtio logo Zustand logo

Links