Hacker News new | ask | show | jobs
by fks 1458 days ago
Congrats to the Deno team on v1.0!

If you’re interested in something similar for the Node.JS ecosystem, check out Astro (https://astro.build).

Fresh’s Zero-JS island architecture approach was largely inspired by it.

1 comments

A couple more for folks interested in prior/similar art:

- Marko, made and used by eBay, which had been doing islands/partial hydration for years

- Qwik, made (and I’m pretty sure used) by Builder.io (and one of the original Angular creators), which only loads/executes JS as needed for interaction. Not quite partial hydration, it resumes state serialized into the HTML (sort of conceptually similar client side to Alpine etc)