https://github.com/ekaone/react-recoil
React Recoil is a state management library for React
https://github.com/ekaone/react-recoil
reactjs recoiljs state-management
Last synced: about 2 months ago
JSON representation
React Recoil is a state management library for React
- Host: GitHub
- URL: https://github.com/ekaone/react-recoil
- Owner: ekaone
- License: mit
- Created: 2020-05-30T04:38:43.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T20:46:52.000Z (over 2 years ago)
- Last Synced: 2023-03-06T15:23:34.386Z (about 2 years ago)
- Topics: reactjs, recoiljs, state-management
- Language: JavaScript
- Homepage: https://recoiljs.org/
- Size: 2.48 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## React Recoil
Recoil [https://recoiljs.org/](https://recoiljs.org/)
> ✔ Minimal and Reactish
Recoil works and thinks like React. Add some to your app and get fast and flexible shared state.
> ✔ Data-Flow Graph
Derived data and asynchronous queries are tamed with pure functions and efficient subscriptions.
> ✔ Cross-App Observation
Implement persistence, routing, time-travel debugging, or undo by observing all state changes across your app, without impairing code-splitting.
## Get Started
- A state management library for React [Recoil started](https://recoiljs.org/docs/introduction/getting-started/)
- What is [Atoms](https://recoiljs.org/docs/basic-tutorial/atoms)
- Derived state [Selectors](https://recoiljs.org/docs/basic-tutorial/selectors)
- Reference [API](https://recoiljs.org/docs/api-reference/core/RecoilRoot)
- GitHub [Recoil](https://github.com/facebookexperimental/Recoil)## Usage
```
git clone https://github.com/ekaone/react-recoil.git
cd react-recoil
npm install
npm start
```## Author
> 🤵 Eka Prasetia