mirror of
https://github.com/zhigang1992/Recoil.git
synced 2026-01-12 22:51:35 +08:00
Summary: Documentation: 📃 Added licence badge in README.md 📃 Added the installation and contributing guide in README This is my first ever contribution to open source. It is quite small, but it'll get me started. 🙌 Pull Request resolved: https://github.com/facebookexperimental/Recoil/pull/189 Reviewed By: aaronabramov Differential Revision: D21861635 Pulled By: davidmccabe fbshipit-source-id: 5197f487cf40c1e3688c929d044e517b7d6e25b6
1.0 KiB
1.0 KiB
Recoil ·

Recoil is an experimental set of utilities for state management with React.
Please see the website: https://recoiljs.org
Installation
The Recoil package lives in npm. To install the latest stable version, run the following command:
npm install recoil
Or if you're using yarn:
yarn add recoil
Contributing
Development 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.
License
Recoil is MIT licensed.