https://github.com/shubhaemk/recoil-async-example
Trying the asynchronous side of Recoil
https://github.com/shubhaemk/recoil-async-example
example reactjs recoil state-management
Last synced: 5 months ago
JSON representation
Trying the asynchronous side of Recoil
- Host: GitHub
- URL: https://github.com/shubhaemk/recoil-async-example
- Owner: shubhaemk
- Created: 2020-05-17T19:35:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T20:21:53.000Z (almost 3 years ago)
- Last Synced: 2024-02-12T05:38:59.476Z (over 1 year ago)
- Topics: example, reactjs, recoil, state-management
- Language: JavaScript
- Size: 3.89 MB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Asynchronous [_Recoil.js_](https://recoiljs.org/) examples.
## Instructions to run
* Clone ```git clone https://github.com/shubhaemk/recoil-async-example.git```
* Move into the directory ```cd recoil-async-example```
* Install dependencies ```npm install``` or ```yarn install```
* Run the app using ```npm run start``` or ```yarn run start```
* Profit!