Replies: 2 comments
-
Thanks for curating this list! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for this! On-demand revalidation for only pages whose content changed in the CMS would be a killer feature. Right now, it is frustrating to rebuild the entire site when we need to run a cache invalidation. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is a curated list of issues, discussions and PRs that are related to improving the Next.js DX when working with headless CMS.
If you find anything relevant, feel free to add it to the comments below.
Additional data from getStaticPaths to getStaticProps.
Prefetching in Preview Mode
✅ On demand revalidation or cache invalidation.
This is now available in Next.js 12.1.0
RFC: Incremental Static Regeneration #11552@leerob comment on the RFC: RFC: Incremental Static Regeneration #11552 (comment)A possible strategy for cache purging #22384 by @FSaldanhaAdd endpoint for SSG cache clear #22699 by @adrianos10Beta Was this translation helpful? Give feedback.
All reactions