https://github.com/atulmy/react-recoil
A sample implementation of React Recoil.
https://github.com/atulmy/react-recoil
example-project reactjs recoiljs sample-app
Last synced: 5 months ago
JSON representation
A sample implementation of React Recoil.
- Host: GitHub
- URL: https://github.com/atulmy/react-recoil
- Owner: atulmy
- Archived: true
- Created: 2020-05-18T05:24:51.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-25T10:58:23.000Z (over 4 years ago)
- Last Synced: 2024-10-03T12:23:10.717Z (9 months ago)
- Topics: example-project, reactjs, recoiljs, sample-app
- Language: JavaScript
- Homepage:
- Size: 731 KB
- Stars: 43
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Recoil
A sample implementation of React Recoil.https://github.com/facebookexperimental/Recoil
## What is Recoil?
Recoil is a state management library for React that scales from a single component to highly complex apps.This boilerplate-free system makes it easy to support browser history and URLs and to manage asynchronous data dependencies, and works with modern React features.
Being used in sophisticated data analysis tool developed at Facebook which led to create this system.
An alternative to Redux and other state management solutions.
## Resources
Website: https://recoiljs.orgVideo: https://www.youtube.com/watch?v=_ISAA_Jt9kI