Recoil is an experimental state management framework for React.
Installation
The Recoil package lives in npm. Please see the installation guide
To install the latest stable version, run the following command:
npm install recoil
Or if you're using yarn:
yarn add recoil
Or if you're using bower:
bower install --save recoil
Documentation
Please see the website: https://recoiljs.org
License
Recoil is MIT licensed.
Reference
Below are the reference links:
No. | Link |
---|---|
1. | Read more here. |
2. | Follow code author here. |