Skip to content

Recoil is a state Management for React that flows from atoms (shared state) through selectors (pure functions) and down into React components. Atoms are units of state that components can subscribe to. Selectors transform this state either synchronously or asynchronously.

Notifications You must be signed in to change notification settings

mktintumon/Recoil-JS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

recoil-example

Interactive Tutorial

About

Recoil is a state Management for React that flows from atoms (shared state) through selectors (pure functions) and down into React components. Atoms are units of state that components can subscribe to. Selectors transform this state either synchronously or asynchronously.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published