Recoil is an experimental state management system for React. github.com/facebookexperimen…

Seattle
If you're specifically interested in @recoiljs, the last 3 videos walk through how refactor a reducer using recoil, and finally, how to refactor form atoms and atomFamilys into something works like the reducer+dispatch pattern: youtube.com/watch?v=RFIfJ-Vz…
1
4
8
Hey #JavaScript and #React community, @ReactLiveNL is coming up, join us virtually on September 11th, 2020! I'll be speaking on @RecoilJS and hosting a free beginner-level workshop: "Building a React Site from Scratch" for ticket holders. For tickets: reactlive.nl
3
10
This tutorial goes deeper than most.
Learn to build a COVID tracker with React and Recoil webdesignhat.com/learn-to-bu…
1
3
16
Just confirmed our @reactiflux Q&A schedule for the next few months! Sept 3rd - @mcc_abe author of Recoil Oct 1st - @dabit3 author of React Native in Action and DevRel @AWSAmplify @awscloud Dec 16th - @radiomorillo author of The Developers Guide to Content Creation & much more
1
7
31
Live Coding! Building a craft beer cataloging app with @RecoilJS, @expo and @typescript @expo #javascript #livecoding #recoiljs #reactjs #reactnative #craftbeer Native twitch.tv/tommcgurl
6
10
Been working on a React project for my part-time job, and finally hit the point where I needed to add some kind of state across different components. Decided to give @recoiljs a try, as it seemed incredibly light and the API conforms to existing conventions. I’m impressed!
2
1
10
The next release of Recoil will require react@experimental.
4
18
127
Replying to @jevakallio
You can even structure your store such that old URLs and state can be upgraded to newer app state trees. So you can support legacy links. What's the use case? It kicks ass for read-only BI Dashboards, Data Viz, Monitoring, and Visual Analysis tools
1
2
24
Replying to @jevakallio
More dank... Recoil has first-class support for snapshots and store observation as well as URL and localStorage persistence. Meaning you can serialize the entire store to a shareable, bookmarkable URL.
2
2
31
Replying to @jevakallio
You can also use it for read-only data fetching. This is extremely underrated, yet powerful feature. Recoil lets you define async data dependencies via selectors/atoms (weird names for sure). Then can compose them like React to define how data should be refetched....
1
2
22
Replying to @jevakallio
Recoil tl;dr Recoil adds another state tree outside of React. Instead of keeping one object + reducer like Redux, Recoil lets you colocate updates in components w/ a useState-like API. It is very useful when React.useReducer is too slow.
1
3
56
"Multi-context" is exactly the word I've been using to describe Recoil. Thanks for explicating this.
7
On today's Blue Collar Coder using Recoil for Micro-FE/Federated Module state management in Javascript. I think you're gonna like it! youtu.be/aHA581Mp2Mo @recoiljs #javascript #reactjs #federatedmodules Text version: jackherrington.com/recoil-lo…
6
23
Recoil 0.0.10 released with a unified API for state snapshots, and more recoiljs.org/blog
1
29
68
Thanks! There's lots of work to do on Recoil.
Very proud of my first contribution to @recoiljs. Thanks for making it happen! :D @mcc_abe
2
11