Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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🔮☄️⛄

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?