Recoil is a new state management library from Facebook (though note this isn't an official React project). Doesn't seem to do anything too fancy, but does use a similar mental model to hooks and feels particularly easy to grok. Nice writeup with examples.
- Source
- Link to Original 🔗
- Published
- Categories
- JavaScript
- Tags
- React, state management, Recoil, library, Facebook, global state
Explore Other Notes
⬅ Newer
Read later for the open web
An IndieWeb alternative to Instapaper, Pocket, etc. that lets you save web pages to read later via your own microsub …
Older ➡
Annotate the web
A neat little tool that can allow you to annotate a web page, comment on annotations, and then save/share/export that information. Spotted in an IndieWebCamp show-off session where one user has …
- <!DOCTYPE html> <html> <head> <title></title> </head> <body> <p>Recoil is a new state management library from Facebook (though note this isn't an <em>official</em> React project). Doesn't seem to do anything too fancy, but does use a similar mental model to hooks …</p> </body> </html>
- Murray Champernowne