kappabuf
Reactive state management for any framework
$ npm install kappabuf
๐ Universal
Works in browser, Node, Deno, Bun.
๐ Typed
First-class TypeScript with strict types.
๐ชถ Tiny
<3 KB gzipped, tree-shakeable.
Quickstart
import { kappabuf } from 'kappabuf';
const client = new kappabuf({ apiKey: 'sk_...' });
const result = await client.users.list({ limit: 10 });