-
Notifications
You must be signed in to change notification settings - Fork 27.4k
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
Component-based server-side caching strategy #1210
Comments
I think this one follows some similar ideas. And I'd really like to have some examples with this. |
related #1004 |
I have an example of component-level caching in #2279, using Rapscallion. |
Any update on this. Are you guys planning to bring support anytime soon? Currently, I couldn't find any way to implement component-based caching. |
Any updates on this? |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Internal, opt-in component SSR caching/memoization instead of page caching.
react-dom-stream/lru-render-cache
by @aickinSo
next.js/examples/data-fetch/index.js
becomes:The text was updated successfully, but these errors were encountered: