You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use BroadcastChannel to notify of changes across tabs rather than local storage in browsers that have it. This should reduce jank when using Replicache in multiple tabs.
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