Astro 4.0(astro.build)
astro.build
Astro 4.0
https://astro.build/blog/astro-4/
4 comments
I love Astro. It’s let me combine what I think are two of the most powerful things on the web: the TypeScript and React ecosystem, and a high-quality static site compiler. I’ve never seen anything like it. Kudos to the Astro team and I hope they keep building great software for us to enjoy.
(2023)
My site is primarily static generated but I did use the node integration to expose a couple of dynamic endpoints. I put caddy server in front of it and host it on railway.
One thing I found lacking was the eslint experience for the astro components. There is a community eslint plugin but I could not get it working well for my setup. Hoping to find some time in the future to dig more into that.