Skip to content

lab49/quickbits-recoil-atom-family

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



Lab49 quickbits


Lab49 quickbits: React + Recoil AtomFamily Sync Demo

This project is a quickbits showcase of Recoil's atomFamily API. Often in financial applications we have many pieces of independent data that need to be updated rapidly and independently. This is a perfect use case for the atomFamily since it can dynamically generate unique atoms of state to be associated with a given ID. These unique atoms ensure that only components which are subscribed to it are updated.

Screen Shot 2022-10-04 at 9 39 33 AM

Developers guide

Clone this repository, npm install, npm run dev, and you're ready to get going:

git clone [email protected]:lab49/quickbits-recoil-atom-family.git
npm i
npm run dev

Open http://localhost:3000 in your browser to get started!