react 2020-05-14

it’s very similar to what i’ve been working on

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.

Would love to share the work.

i’m curious why the require a globally unique identifier w/ their atoms/selectors

> need a unique key, which is used for debugging, persistence, and for certain advanced APIs that let you see a map of all atoms.

so they won't conflict? 🙂 you need indexed access for performance

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.

I like that they also want multiple first class stores that can be created at runtime.

What's the tl;dr on recoil? Like X but with Y

it’s like reagent but JS

But with more fiber integration?

maybe? I haven’t read the source yet, but that seems to be something they’re implicitly saying

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/