UNPKG

recoil

Version:

Recoil - A state management library for React

37 lines (22 loc) 1.46 kB
# Recoil · [![NPM Version](https://img.shields.io/npm/v/recoil)](https://www.npmjs.com/package/recoil) [![Node.js CI](https://github.com/facebookexperimental/Recoil/workflows/Node.js%20CI/badge.svg)](https://github.com/facebookexperimental/Recoil/actions) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/facebookexperimental/Recoil/blob/main/LICENSE) [![Follow on Twitter](https://img.shields.io/twitter/follow/recoiljs?label=Follow%20Recoil&style=social)](https://twitter.com/recoiljs) 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](https://www.npmjs.com/get-npm). To install the latest stable version, run the following command: ```shell npm install recoil ``` Or if you're using [yarn](https://classic.yarnpkg.com/en/docs/install/): ```shell yarn add recoil ``` Or if you're using [bower](https://cloud.google.com/community/tutorials/install-bower-dependencies-on-google-app-engine): ```shell bower install --save 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. - [Code of Conduct](./CODE_OF_CONDUCT.md) - [Contributing Guide](./CONTRIBUTING.md) ### License Recoil is [MIT licensed](./LICENSE).