Recoil-Next is a fork of the Recoil state management library for React. This fork was created because the official Recoil project is no longer being updated or maintained. Since the official Recoil has been discontinued, this fork aims to continue supporting Recoil with newer versions of React and other features.
Website: https://recoiljs.org
Documentation: https://recoiljs.org/docs/introduction/core-concepts
API Reference: https://recoiljs.org/docs/api-reference/core/RecoilRoot
Tutorials: https://recoiljs.org/resources
The Recoil-Next package lives in npm. Please see the installation guide
To install the latest stable version, run the following command:
npm install recoil-next
Or if you're using yarn:
yarn add recoil-next
Or if you're using bower:
bower install --save recoil-next
Development of Recoil-Next 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-Next.
Recoil-Next is MIT licensed.