GithubHelp home page GithubHelp logo

Comments (3)

jamesreggio avatar jamesreggio commented on May 5, 2024 1

@ShockiTV — I appreciate the guidance, but we've decided upon this API for the sake of developer convenience, and we're going to leave it as-is for the time being, so as to avoid a breaking change.

If you'd like to block until your cache has been restored, you can simply await persistCache({...}) or await persistor.restore(), both of which return a promise.

from apollo-cache-persist.

jamesreggio avatar jamesreggio commented on May 5, 2024

Hi @ShockiTV — could you explain what you mean by 'triggering'? Is the patched write method causing actual problems in code, or is it just offensive to your ideological purity?

If the former, I'd be happy to investigate with further details. Otherwise, consider opening a PR.

from apollo-cache-persist.

ShockiTV avatar ShockiTV commented on May 5, 2024

Hi, yes it is kinda ideological. I dont speak TS so I cant just simply PR this.
I would suggest that persistCache would return it's own instance of cache object pointing to old one, but with patched write method if needed. The patch would be on internal object, not on "global" cache itself.
Similar CachePersistor would return persistor which would have getCache() method to get it's own instance of working cache.

Current way of hard patching write method on trigger in onCacheWrite could happen on this internal instance which you can than pass to ApolloClient.

When there is full control of instance of cache passed to ApolloClient, we can maybe get some agreement how to signal ApolloClient to wait with initial query load till we finish restore().
Currently it feels like kinda race if restore data comes fast enough before ApolloClient try to fetch things from BE. And if they come late, they will replace perfectly fresh data from BE with stales.

from apollo-cache-persist.

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.