ASTRO

Mar 06, 2023 3:55 PM

ASTRO

What is astro?

Astro is a Framework to build static sites. The interesting part is how easy it becomes to create static sites from different data sources, such as APIs, Markdown and MDX. And also the superpower of integrating different frontend frameworks and Libraries into the same project

Personally I'd use astro to create regular sites and even e-commerce websites that are content-heavy

Getting started

  1. Why to use Astro

Features

  1. Astro Project Structure
  2. Astro Components
  3. Astro Create pages
  4. Astro Layouts
  5. Astro Rendering Modes
  6. SPA
  7. Animations
  8. in18

Routing

  1. Dynamic routes
  2. Content types
    1. CMS
  3. SEO, RSS, Sitemap
  4. in18

Relates to

References