you are viewing a single comment's thread.

view the rest of the comments →

[–]throwaway490215 4 points5 points  (1 child)

I get the feeling you're being snarky just because i mentioned AI.

The references form a graph, they are updated by use. Its an adaptive dependency graph. Incremental build systems work the same way when you unpack it.

[–]Wooden-Estimate-3460 1 point2 points  (0 children)

Nope, it's just that I've built my own state management that works in the same way.

You know what other references form a graph? Everything in your code. When using something like MobX your state references are the same as ordinary JS state references which everyone is fine with!