Files
Recoil/README.md
abheist c6ebc2c26b Readme updated (#189)
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
2020-06-15 21:43:27 -07:00

1.0 KiB

Recoil · Node.js CI GitHub license

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.