Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Build a Full Stack Blog with Astro, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:04:20
    Intro: Build a Full Stack Blog with Astro
  2. Урок 2. 00:04:12
    Create an Astro Project and Set up the Dev Environment
  3. Урок 3. 00:09:05
    Style Astro Pages with Many Different Options
  4. Урок 4. 00:02:37
    Create Static Pages in Astro Using File Based Routing
  5. Урок 5. 00:04:25
    Create and Apply a Layout to Astro Pages
  6. Урок 6. 00:05:25
    Create an Astro Component for Links
  7. Урок 7. 00:05:23
    Render Images to Pages with Astros Static Serving and Static Assets
  8. Урок 8. 00:07:49
    Create Astro Content Collections with Zod for a Typesafe Blog
  9. Урок 9. 00:06:09
    Render an Astro Blog Post Page with getStaticPaths
  10. Урок 10. 00:09:21
    Implement Pagination in a Dynamic Astro Index Page with getStaticPaths and paginate
  11. Урок 11. 00:05:02
    Implement SEO in an Astro Website with astro-seo
  12. Урок 12. 00:06:56
    Generate a Sitemap in Astro with the sitemap Integration
  13. Урок 13. 00:07:25
    Generate an RSS Feed for an Astro Blog with @astrojs/rss
  14. Урок 14. 00:01:02
    Deploy a Static Astro Site on Vercel
  15. Урок 15. 00:01:31
    Milestone Recap: Build a Full Stack Blog with Astro
  16. Урок 16. 00:07:57
    Add Interactive React Components to a Static Astro Page with Astro Islands
  17. Урок 17. 00:07:58
    Refactor a React Astro Island to Vanilla JS to Ship Less JavaScript
  18. Урок 18. 00:02:24
    Create a fly.io Account and Prepare a Project for Deployment
  19. Урок 19. 00:07:50
    Dockerize a Server-side Rendered (SSR) Astro Blog and Deploy to Fly.io
  20. Урок 20. 00:09:28
    Create a GitHub Action Configuration to Automatic Deploy an Astro Blog
  21. Урок 21. 00:15:32
    Implement Drizzle ORM for Development and Deploy to a Fly.io Volume
  22. Урок 22. 00:11:57
    Create Astro API Endpoints to Get and Update Database Records using Drizzle ORM
  23. Урок 23. 00:19:28
    Implement Dynamic OG Image Generation with Astro API Routes and Satori