Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/asbhogal/react-state-management
- Owner: asbhogal
- Created: 2023-05-31T13:07:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-18T21:51:03.000Z (over 1 year ago)
- Last Synced: 2023-06-19T17:59:53.773Z (over 1 year ago)
- Topics: 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
- Language: JavaScript
- Homepage: https://react-state-management-psi.vercel.app
- Size: 48.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
Links
- React State Management - Intermediate JavaScript Course
- React State Management