Get the latest tech news
Astro is a return to the fundamentals of the web
Why Astro is perfect for content-driven sites: island architecture, zero JS by default, and blazing-fast performance.
While most JavaScript frameworks started with building complex applications and then tried to adapt to simpler sites, Astro went the opposite direction. TypeScript works out of the box, Sass compilation is built in, images get optimised automatically, and you get hot module replacement during development. If you're building a complex single-page application (SPA) with lots of client-side routing, or you need heavy state management across components, you'll probably want something else like Next.js.
Or read this on Hacker News