Skip to content

Diff Sync

Choose a tag to compare

@arv arv released this 24 Mar 23:00
· 3 commits to main since this release

This release no longer uses a Diff Server. Instead it does pull and push directly from the data layer. This means a few changes in the ReplicacheOption object. It also requires some changes to your data layer.

  • ReplicacheOptions changed a bit . Please review your input parameters to new Replicache
  • Replicache is now a named export (not a default export)
  • clientID is now exposed
  • No more sync. Use pull instead. Pushes happens when data is mutated
  • Add schemaVersion to ReplicacheOptions - This is useful for versioning your data layer