a new javelin-like thing from FB https://recoiljs.org/
i tried to mash up javelin and react recently without success, i wonder if this illuminates a worthwhile path
i saw this and then found https://github.com/hoplon/hoplon/issues/262, it looks like the template might (still) be out of date. in the generated project, you may consider updating the hoplon/hoplon dep to see if that fixes
otherwise @flyboarder might have additional insight
Yeah template probably needs to be updated to 7.2
wow, this is very javelin-ish indeed! cell => "atom" formula => "selector"
i'm not sure what the basis for reactivity there is but i imagine it's not equality, and so their selector functions probably must be pure
i did notice that their "atoms" have to have keys, which stuck out to me as interesting
yeah, weird, a namespace of atoms
like with javelin, the "key" is notionally just the symbol referring to the object, like (defc foo 42)
with this thing, you would have to give it an additional ID on top of that
like var foo = new Whatever({"key": "foo again?", "value": 42})
yeah, part of data structure avoidance perhaps
bespoke maps
kinda makes sense, if the world around you knows your name, you should probably also know your name
could play a role in dev tooling also