recoil

Recoil - A state management library for React

recoil downloads recoil version recoil license

recoil类似的npm包:

npm下载趋势

3 年
🌟 在 recoil 的 README.md 中显示实时使用量图表,只需复制下面的代码。
## Usage Trend
[![Usage Trend of recoil](https://npm-compare.com/img/npm-trend/THREE_YEARS/recoil.png)](https://npm-compare.com/recoil#timeRange=THREE_YEARS)

Cumulative GitHub Star Trend

🌟 在 recoil 的 README.md 中显示 GitHub stars 趋势图表,只需复制下面的代码。
## GitHub Stars Trend
[![GitHub Stars Trend of recoil](https://npm-compare.com/img/github-trend/recoil.png)](https://npm-compare.com/recoil)

统计详情

npm包名称
下载量
Stars
大小
Issues
发布时间
License
recoil459,99819,5292.21 MB3223 年前MIT

recoil的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:

npm install recoil

Or if you're using yarn:

yarn add recoil

Or if you're using bower:

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.

License

Recoil is MIT licensed.