CodeBrowser / npm / recoil
recoil@0.7.7
// Recoil - A state management library for React
$ npm install recoil
downloads/wk
436,640
license
MIT
version
0.7.7
published
Mar 1, 2023
What is recoil?
Recoil is a state management library designed specifically for React applications that helps you manage and share data across components without prop drilling. Developers use it to centralize application state in a way that's more fine-grained than Context API while remaining simpler than Redux, making it easier to build complex interactive UIs with multiple interdependent pieces of state.
Dependencies (1)
Maintainers
fb, mondaychen, drarmstr