@live-cache/react
v0.0.2
Published
React bindings for live-cache
Readme
@live-cache/react
React bindings for live-cache controllers and stores.
Disclaimer: This project is under initial development. Breaking changes are made every week.
Install
bun add @live-cache/react @live-cache/coreWhat it includes
ContextProvideranduseRegisteruseControlleranduseJoinControlleruseModify– hook that wraps an async function and returns{ mutate, loading, error }for UI feedback (e.g. create/update mutations)
Usage
import { ContextProvider, useController, useModify } from "@live-cache/react";