After having tried and given up on so, so many SSG frameworks, I'm loving Astro. In particular: - Templates are plain HTML/Javascript, instead of some other templating language (e.g. Jekyll/Liquid) - Typescript out of the box - SCSS out of the box - Easy remote builds on Netlify - Scoped stylesheets - No overcomplicated build process/customization (e.g. Webpack) - Supports Markdown, YAML, JSON, all the things - It bu…
- Tailwind support
- Optional choice of UI framework (React, SolidJS, Svelte etc...)
- Partial hydration. Generates _actual HTML_ on the server-side rather than JS blobs (which is what some other frameworks call SSR).
It really does work nicely. It's very fast, minimal config required.