This was a big week for two of the latest generation of static site generators (SSG): Astro and RedwoodJS. Each of these tools offers something unique and, as they each reach 1.0, have taken very different paths for their projects.
Astro is a new, framework agnostic SSG that supports partial hydration, meaning Astro will only include JavaScript for dynamic portions of your site or page. This can really optimize your site by not sending lots of bytes down the pipe for a JavaScript framework when it isn't necessary. Astro is supported by the Astro Technology Company that recently announced it secured a seed round.
RedwoodJS is an opinionated React-based framework that is like the Rails equivalent for Jamstack development. RedwoodJS aims to make it easy to scaffold out the frontend and backend of a site, even connecting data, services, and tests automatically for you with minimal configuration. RedwoodJS announced that they will remain independent and open source, supported by a $1M donation from Tom Preston-Werner.
|