An open API service indexing awesome lists of open source software.

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

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


Blog


Twitter


Email