Hacker News new | ask | show | jobs
by dwwoelfel 3808 days ago
> How does that work if multiple users are collaborating on the same state simultaneously?

The state they're talking about here is local to the client--it's stored in memory on the browser. One one user can use it at a time.