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

Seattle
with @recoiljs, I went from "never used" to "installed, read docs + feature shipped" in 15min (in a @redwoodjs project)
3
41
Recoil retweeted
Replying to @ACzemiel @recoiljs
In @FirecampHQ We're using React's context for parent-child hierarchy passing and Redux for application-level state management. By using recoil we completely replaced context API as it was causing re-rendering and somewhat retire redux reducer. codebase reduced about ~20%.
5
16
If anyone is interested in contributing to Open Source there's a few broken tests in @recoiljs that need to be fixed! github.com/facebookexperimen…
2
10
29
After a few rounds of testing, I've started migrating one of my codebases to @recoiljs since it seems to be the right tool for this task in particular. It's no excel, but a Photoshop-like editor, with lots of 'isolated nodes' as well. I'd say Recoil definitely proved its value.
3
13
Recoil retweeted
The gist of @recoiljs: • Set <RecoilRoot> • Define atoms to represent your state • Consume (read & write) atoms/state from your components • Compute derived state with selectors Familiar, and straightforward. I like it.
1
6
32
Working on a little 🌀 @recoiljs selector/atom debugger.
6
22
212
My new article on RecoilJS, the new React State Management Library! In the article - why is it awesome even if it's not official yet, some background to what led Facebook to develop it, and some nice demos to help you get started! @recoiljs @reactjs medium.com/@sveta.slepner/re…
2
17
91
Recoil 0.0.8 released with bug fixes and some new functionality. recoiljs.org/blog/#recoil-00…
10
57
You can do data fetching using @recoiljs selectors check by yourself here github.com/sibelius/recoil-d…
2
6
84
Recoil retweeted
Playing around a bit with @recoiljs today and this is the firat state management library for React that hasn’t confused the hell out of me. Let’s see how it goes on a more complicated project.
4
23
Replying to @reasonml
@reasonml bindings for the new @recoiljs with safeguards at compile time
Experimental @reasonml bindings for @recoiljs. The type system prevents runtime errors by narrowing down the hooks you can use given the fact your value is readonly or read/write! github.com/bloodyowl/reason-…
3
5
Great thread from MobX author comparing MobX and Recoil.
#MobX or @recoiljs? Saw a lot of questions on whether they're the same, so a quick thread. First of all, Recoil & MobX solve the same problem: efficient render widely shared state. This is a problem React (Context), Redux and most state management libs don't solve.
9
57
Recoil, a new experimental state management library for React, was just open sourced at React Europe! recoiljs.org/
22
213
555