Tutorials
Every snippet on these pages assumes you already have const unmap = new Unmap({ key }) from the Quickstart; they show the call, not the setup.
The examples each demonstrate one endpoint and the framework recipes each wire one framework. These are the third thing: a job someone is actually trying to finish, composed from several endpoints, with the awkward parts at the seams written down rather than skipped.
The code is framework-free on purpose, plain TypeScript against @unmap/sdk. Writing each tutorial
four times over would be near-duplicate pages chasing keyword variants, and the interesting part is
the composition rather than the JSX. Take the calls from here and the wiring from a recipe.
Tutorials
Every snippet compiles against the real package types, so an option that gets renamed fails a test rather than sitting here looking plausible.