ASTRO
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
Features
- Astro Project Structure
- Astro Components
- Astro Create pages
- Astro Layouts
- Astro Rendering Modes
- SPA
- Animations
- in18
Routing
- Dynamic routes
- Content types
- CMS
- SEO, RSS, Sitemap
- in18