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

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

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!