Tag: Caching
All the articles with the tag "Caching".
The Precompute Pattern: Encoding Dynamic Data into URLs in Next.js
Published:The Precompute pattern encodes request-specific data like auth state, locale, and feature flags into URLs to keep pages statically generated. This post walks through how it works, where it shows up in production, and how it relates to cache components.