I like this https://recoiljs.org/docs/introduction/motivation
it’s very similar to what i’ve been working on
i’m curious why the require a globally unique identifier w/ their atoms/selectors
probably for DX to show their graph
damn i didn’t realize it’s by facebook
why they gotta steal all my ideas 😉 😛
Literally called atoms, lol
Oh is it Facebook? I didn’t realize. It just popped up at hacker news.
@lilactown DX is important yeah. Being able to introspect what’s going on. I think if it’s REPL accessible is a good start.
Ohh. Any repo I could see? I hope I’ll consolidate the first part of reseda and then move to add some event/dispatch thing.
I like that they also want multiple first class stores that can be created at runtime.
Would love to share the work.
What's the tl;dr on recoil? Like X but with Y
it’s like reagent but JS
Okay, cool
But with more fiber integration?
maybe? I haven’t read the source yet, but that seems to be something they’re implicitly saying
@orestis I’ve been working on the same at https://github.com/Lokeh/melody/
API will change tho. I’m hoping I have time to completely rewrite it this weekend
the bulk of the work so far has been on the lower level lib: https://github.com/Lokeh/harmony/