Remix.run Logo
sausagefeet 5 days ago

Hello, Stategraph developer here, the answer is: probably not. That doesn't resolve the core issue of state being managed as a big blob.

tuananh 5 days ago | parent [-]

but that big blob is a database. surely it's better than a json file right?

sausagefeet 5 days ago | parent [-]

In terms of the semantics er care about, not really. You still have to lock the whole thing to some with it.

tuananh 4 days ago | parent [-]

for locking individual resources right?