Recoil is an experimental state management framework for React.
Website: https://recoiljs.org
Documentation: https://recoiljs.org/docs/introduction/core-concepts
API Reference: https://recoiljs.org/docs/api-reference/core/RecoilRoot
Tutorials: https://recoiljs.org/resources
The Recoil package lives in npm. Please see the installation guide
To install the latest stable version, run the following command:
npm install recoilOr if you're using yarn:
yarn add recoilOr if you're using bower:
bower install --save recoilDevelopment of Recoil happens in the open on GitHub, and we are grateful to the community for contributing bugfixes and improvements. Read below to learn how you can take part in improving Recoil.
Recoil is MIT licensed.