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.
- 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)