One of my favorite features of the `useStream` hook we released yesterday:

If you are reading/writing from the same stream across multiple components, you can simply pass the same `id` to all of the hooks and everything will stay in sync.

Automagically. ✨

Comments