Introduction to Astro
Published: Oct 6, 2024
Table of content
• • •
Conclusion
Astro is a really easy-to-use framework for developing simple static websites. A great benefit is that you can still use frameworks like React or Vue to create a component-based approach for building your website or use them even in the frontend, while maintaining a simple method to create a static website.
If I had to describe Astro in 5 points, I would say:
Easy to use and well documented
You can use your preferred framework like React, Vue, or Svelte
Easy to build static websites with good SEO values
Routing made easy using file-based routing
Static-first approach with the possibility to bring code to the frontend with one attribute