GithubHelp home page GithubHelp logo

Comments (1)

aboodman avatar aboodman commented on June 5, 2024

Replicache itself doesn't track a version per domain object -- it thinks of the entire client view as one entity that moves atomically.

Replicache does track the version of the client view that it has, and it is sent as the cookie in pull requests. The cookie is opaque and can contain any information the server wants. Broadly it's used by the server to encode the version the server was in when a pull was returned, however the server wants to represent that.

In the row versioning strategy, the cookie is a key to a larger structure stored server side which indeed encodes the version of every entity independently. So if you had the cookie in the push request, and if you were using the Row Versioning strategy or something similar you could know what version of an entity the client made changes to.

Sadly, the cookie isn't sent in the push request. Perhaps it should be. But it's easy to workaround this. You can provide a custom pusher and puller implementation. The puller can snarf the cookie out of the response each time a pull is sent and stash it someplace, and the push can add the cookie to the request.

from replicache.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.