bunderstack-sync
v0.1.0
Published
TanStack DB collections synced live to a bunderstack backend: optimistic mutations with SSE-driven realtime sync.
Downloads
117
Maintainers
Readme
bunderstack-sync
TanStack DB collections synced live to a bunderstack backend: optimistic mutations with SSE-driven realtime sync.
bun add bunderstack-syncFull documentation and examples: github.com/kirill-dev-pro/bunderstack
Shipping TypeScript source
This package publishes raw TypeScript (exports point at .ts files). Bun
consumes it natively. If a Node-based bundler or SSR server processes it,
make sure the package is bundled rather than externalized — e.g. in Vite:
ssr: {
noExternal: [/^bunderstack/]
}License
MIT
