joebobmiles / zustand-middleware-yjs

Zustand middleware that enables sharing of state between clients via Yjs.
MIT License
103 stars 10 forks source link

Provide some way to indiciate "loading" state #25

Open joebobmiles opened 3 years ago

joebobmiles commented 3 years ago

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.