Tag: Static Sites
-
The JavaScript Site Generator Review, 2023—zachleat.com
PermalinkNice little review of JavaScript site generators by Zach. Couple standouts, to me:
Of the 7 generators tested, only Astro and Eleventy default to 0kb of client-side JavaScript. More 0kb baselines, please.
Three of the generators hide
npm audit
reports by default. (Basically, the opposite of “secure by default”)