Completed
- Tags Component
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Astro Quick Start - Building an SSR Blog
Automatically move to the next video in the Classroom when playback concludes
- 1 - Intro
- 2 - What Is Astro?
- 3 - Install & Setup
- 4 - Pages Folder & Routing
- 5 - Image Component
- 6 - Component Script
- 7 - Layout & Slots
- 8 - Component Props
- 9 - Using Constants
- 10 - Navbar & Footer Components
- 11 - Custom 404 Page
- 12 - Collections & Markdown
- 13 - Collection Schema
- 14 - Querying Collections
- 15 - Format & Sort By Date
- 16 - Article Card Component
- 17 - Homepage Articles
- 18 - Most Recent Article
- 19 - Slug & getStaticPaths
- 20 - SSR Config & Single Article
- 21 - Tags Component
- 22 - Tag Page
- 23 - Footer Tags
- 24 - Search Page
- 25 - API Endpoints
- 26 - Pagination Component
- 27 - Disable Prev & Next
- 28 - Vercel Deployment