This is a fork of Recoil that adds support for React 19.
Recoil is a state management framework for React.
Website: https://recoiljs.org
To install the latest stable version, run the following command:
npm install @swarmica/recoil
Or if you're using yarn:
yarn add @swarmica/recoil
Documentation: https://recoiljs.org/docs/introduction/core-concepts
API Reference: https://recoiljs.org/docs/api-reference/core/RecoilRoot
Tutorials: https://recoiljs.org/resources
Recoil is MIT licensed.