Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/asbhogal/react-state-management

A comprehensive, practical study into the different types of React State Management, covering native, indirect and direct state management libraries.
https://github.com/asbhogal/react-state-management

context-api custom-hooks hooks jotai react react-hooks react-location react-query reactjs redux state-management use usecallback useeffect usememo usereducer useref usestate valtio zustand

Last synced: about 8 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

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

- React State Management - Intermediate JavaScript Course
- React State Management