Tech Blog
AnyMind Group
Oct 4, 2021
[Tech Blog] Recoil State Management for React
Hi! I'm Chun Wei, front-end developer for the AnyTag team. In this article, I would like to introduce you about Recoil, a state management library for React.
What is state management
State management is simply a way to engender communication and sharing of data across application. It creates a concreate data structure to represent your application state that you can read and write. In the simplest definition, state are the memory of the application. Since React 16.8, every React component, whether class or functional can have a state.
Why Recoil
Ther