@homeostate/core
v0.0.0
Published
State-manager agnostic sync engine between a store adapter and a Yjs document
Downloads
114
Maintainers
Readme
@homeostate/core
Draft / placeholder release.
0.0.0reserves the name while the API is still being designed. Nothing here is stable — do not depend on it yet.
State-manager agnostic sync engine between a store adapter and a Yjs document.
Install
npm install @homeostate/core yjsyjs is a peer dependency.
Usage
import { createSyncEngine } from '@homeostate/core';See the repository for the full workspace, store adapters, and a runnable playground.
License
MIT — see LICENSE. Includes code derived from zustand-middleware-yjs; see THIRD_PARTY_NOTICES.md.
