You don't need to use @liveblocks data structures to build every part of your collaborative app. This share dialog updates in real-time, but the data comes from a REST API. How does that work? 🧵
2
12
98
31K
70
Download Video
First, in this example, we're broadcasting an event through @liveblocks, to let each user client know when the share dialog state has updated. This is super easy—here's the code for a "Refresh Users" button. It broadcasts an event we've called "REVALIDATE".
@ctnicholasdev @liveblocks good post ! one of the main things that i like in web development are the real-time features