Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

This post mentions various templating frameworks; I really recommend taking a peek at Astro, which is perfect for blogs or personal sites.

https://astro.build/

It offers a JSX templating language and "adapters" for deployment on various hosts like Cloudflare.



Having just recently played with astro, I can confirm it's got some really nice qualities.

Things I liked about Astro:

- It can use front-end js frameworks like Svelte and Vue as components (and it can load the JavaScript only once these components appear).

- familiar JSX, scoped CSS and single-file components for astro components.

- Some nice plugins for responsive image optimizations.

- nice touches like hot module reloading. It's nothing new, but it does just seem to work.

I also believe there are optional SSR elements to astro now, but I have not played with these.


I just went through this and am very happy with using 11ty. Itβ€˜s simple and produces clean html/css without any framework whatsoever.


11ty is just as much a framework as Astro




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: