Giter VIP home page Giter VIP logo

Comments (4)

TkDodo avatar TkDodo commented on May 18, 2024

initialData is always taken into account when a new cache entry is created. If you change the key, you get a new cache entry. Thus, all your keys (["key", 1], ["key", 2]etc) will get"Hardcoded Initial Data" put into the cache. And then, you're saying that data in the cache is fresh forever (staleTime: Infinity), so there's no need to run the queryFn`.

from query.

MrDesjardins avatar MrDesjardins commented on May 18, 2024

@TkDodo What would be the suggested configuration to get initial data from SSR and then subsequent calls to update that data? I've read the documentation, it says that initialData can be used as long as it is passed along the React components, thus I though I could use it to fill the cache from the SSR.

For additional context, the real use case is a grid with filters. The filters change the cache key but on the initial load (server) there is some data for the grid.

from query.

TkDodo avatar TkDodo commented on May 18, 2024

it says that initialData can be used as long as it is passed along the React components

have you read the guide along with all the drawbacks of initialData?

you likely want hydration:

from query.

MrDesjardins avatar MrDesjardins commented on May 18, 2024

@TkDodo I have read the documentation and people in my team as well.

We are not using V5 yet and we all understood that we could use initialData without adding the hydration API into our code base. If we must use hydration, we can but will need to plan additional time for the task. It's fine, if that is the direction but we were under the impression that we could make it work direclty with the initialData

from query.

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.