0.4.1 • Published 4 years ago
@timiscoding/recoil v0.4.1
Forked Recoil ·

Recoil is an experimental set of utilities for state management with React.
Please see the website: https://recoiljs.org
Changes
- Enable
recoil_early_rendering_2021feature flag to fix https://github.com/facebookexperimental/Recoil/issues/1076
Requires React with useMutableSource hook. Tested with react@18.0.0-alpha-edfe50510-20210823
Installation
The Recoil package lives in npm. To install the latest stable version, run the following command:
npm install recoilOr if you're using yarn:
yarn add recoilOr if you're using bower:
bower install --save recoilContributing
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.