API reference › @evolu/react › createEvoluBinding
function createEvoluBinding<S>(schema: S): ReactBinding<S>;
Defined in: local‑first/createEvoluBinding.tsx:105
Creates a React binding for a specific EvoluSchema.
The created binding contains the context component and all hooks needed by React components using an Evolu instance created from that schema.
TODO: Example from playground example.