Astro is an amazing static site generator that allows you to build really fast websites with little to no production JavaScript. You can use Astro components as we all have components from other frameworks such as React, Vue and Svelte.
TIP: I forgot to mention there is a VS Code extension called "Astro". Use it for syntax highlighting.
š» Github Repo:
https://github.com/bradtraversy/astro-crash-course
ā All Courses
š Show Support
Patreon: https://www.patreon.com/traversymedia
PayPal: https://paypal.me/traversymedia
š Follow Traversy Media On Social Media:
Twitter: https://twitter.com/traversymedia
Instagram: https://www.instagram.com/traversymedia
Linkedin: https://www.linkedin.com/in/bradtraversy
Timestamps:
- Intro / What Is Astro?
- Project Demo
- Create A New Astro Project
- Folder Structure
- Run Dev Server & Prepare
- Astro Components
- Making a Request - Top Level Async
- Create A Layout
- Passing Props
- Start Project / Global Styling
- Header Component
- React Integration
- Showcase Component
- Features & Card Components
- Dynamic Classes - Dark Card
- Page Content & Tabs Component
- Footer Component
- About Page
- Refactor Card Component
- Blog Page & Markdown Files
- Fetching Markdown FIles
- Blog Showcase Component
- Single Post Page / getStaticPaths()
- Build Static Assets
- Deploy To Netlify
1:38:36
1:40
7:18
43:53