Content Collections
3 videos across 2 channels
Content collections in Astro enable you to model, load, and render structured content from local data or live sources, using loaders and schemas to define and validate the content. They support static, build-time rendering for fast pages and can extend to live updates with live.config.ts, while offering type safety and predictable caching strategies for content-driven sites.

Astro Crash Course #8 - Content Collections (with JSON)
The video explains how to set up and use Astro content collections with local JSON data to load and render book data at

Astro Crash Course #1 - Why Astro? (& Setup)
The video introduces Astro as a fast, content-driven web framework, highlights its static-first approach with optional i

Astro's NEW take on content (live content collections)
The video introduces live content collections in Astro, explaining how they differ from static content collections, how