Matt Kane

Results 62 issues of Matt Kane

# Summary Adds support for live data to content collections. Defines a new type of content loader that fetches data at runtime rather than build time, allowing users to get...

# Summary A platform-agnostic route caching API for Astro SSR pages that enables declarative cache control using web standards. # Examples ## Basic route caching ```astro --- // src/pages/products/[id].astro import...