Recoil

An experimental state management library for React apps

README

Recoil · NPM Version Node.js CI GitHub license Follow on Twitter


Recoil is an experimental state management framework for React.

Website: https://recoiljs.org

Documentation


Documentation: https://recoiljs.org/docs/introduction/core-concepts

API Reference: https://recoiljs.org/docs/api-reference/core/RecoilRoot

Tutorials: https://recoiljs.org/resources

Installation


The Recoil package lives in npm.  Please see the installation guide

To install the latest stable version, run the following command:

  1. ``` sh
  2. npm install recoil
  3. ```

Or if you're using yarn:

  1. ``` sh
  2. yarn add recoil
  3. ```

Or if you're using bower:

  1. ``` sh
  2. bower install --save recoil
  3. ```

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.