Skip to content

How-to Guides

Short, task-focused recipes. Each guide solves one concrete job with a minimal snippet taken from a real example app, and assumes you already have an app skeleton building — if you don’t, start with the Quickstart.

I want to…Guide
Pick the right CRDT collection and read/write itModel your data
Notify clients (or other methods) that something changedEmit and handle events
Invoke a method on another contextCall another context
Store a large binary and share it with peersStore and share a blob
Restrict who can write to a piece of stateAccess-controlled storage