Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

+data caching #1841

Open
brillout opened this issue Sep 2, 2024 · 0 comments
Open

+data caching #1841

brillout opened this issue Sep 2, 2024 · 0 comments
Labels
data-fetching enhancement ✨ New feature or request

Comments

@brillout
Copy link
Member

brillout commented Sep 2, 2024

Description

Use cases:

  • Avoid re-fetching the +data of layouts, see Make +data and +onBeforeRender cumulative #1833 (comment).
  • Avoid re-fetching global +data (e.g. pages/+data).
    • Upon client-side navigation.
    • Forever cache. (Similar to +onBoot but different: +data is called lazily upon rendering a page, whereas +onBoot is called eagerly upon starting the server/pre-rendering.)
  • More use cases?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data-fetching enhancement ✨ New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant