Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/licg9999/review-of-state-management-in-react
Codebase for the series of Review of state management in React
https://github.com/licg9999/review-of-state-management-in-react
flux javascript jotai mobx mvc-pattern react recoil redux redux-toolkit review-of-state-management state state-management typescript valtio zustand
Last synced: about 1 month ago
JSON representation
Codebase for the series of Review of state management in React
- Host: GitHub
- URL: https://github.com/licg9999/review-of-state-management-in-react
- Owner: licg9999
- Created: 2023-02-16T15:44:06.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-18T14:30:29.000Z (over 1 year ago)
- Last Synced: 2024-10-01T00:43:28.683Z (about 2 months ago)
- Topics: flux, javascript, jotai, mobx, mvc-pattern, react, recoil, redux, redux-toolkit, review-of-state-management, state, state-management, typescript, valtio, zustand
- Language: TypeScript
- Homepage: https://dev.to/licg9999/series/22302
- Size: 1.27 MB
- Stars: 5
- Watchers: 3
- Forks: 30
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Review of state management in React
1. [Review of state management in React: getting started with an MVC example](./01-getting-started-with-an-mvc-example/README.md)
1. [Review of state management in React: reducer-like solutions - Redux and its family](./02-reducer-like-solutions-redux-and-its-family/README.md)
1. [Review of state management in React: facebook's experiment - Recoil](./03-facebook-s-experiment-recoil/README.md)
1. [Review of state management in React: kinds of lightweight trials - MobX, Zustand, Jotai and Valtio](./04-kinds-of-lightweight-trials-mobx-zustand-jotai-and-valtio/README.md)
1. [Review of state management in React: summary and prospect](./05-summary-and-prospect/README.md)