Skip to content

@statesync/vue


@statesync/vue

@statesync/vue

Vue framework adapter for state-sync. Provides a createVueSnapshotApplier factory that bridges the state-sync revision engine with Vue's reactivity system.

Supports two target modes:

  • reactive (default) -- Vue reactive() objects (in-place property mutation)
  • ref -- Vue ref() / shallowRef() containers (.value replacement)

Interfaces

Type Aliases

Released under the MIT License.