Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amodinho/react-state-management-2021
An overview of what state management for React apps look like in the year 2021🔮☄️⛄
https://github.com/amodinho/react-state-management-2021
Last synced: 26 days ago
JSON representation
An overview of what state management for React apps look like in the year 2021🔮☄️⛄
- Host: GitHub
- URL: https://github.com/amodinho/react-state-management-2021
- Owner: AmoDinho
- Created: 2021-03-04T20:18:57.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-04T21:33:18.000Z (almost 4 years ago)
- Last Synced: 2024-10-28T09:15:16.085Z (2 months ago)
- Homepage: https://react-state-management-2021.netlify.app
- Size: 502 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# An overview of Frontend State management techniques
When you get the chance to build large frontends the need arises for a global store of state in your app. This could be to store data about the user that is logged in, maintain metadata for specific parts of your UI or data from a service. The question that comes about is how can you actually implement this?