joebobmiles / zustand-middleware-yjs

Zustand middleware that enables sharing of state between clients via Yjs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provide some way to indiciate "loading" state

joebobmiles opened this issue · comments

It would be useful to have some way to indicate that state is being loaded from peers. This would allow users to show loading indicators or other "please wait, something's inbound" notifications instead of new state just popping in.

In particular, we want this for when new users connect to a shared store for the first time.