Hacker News new | ask | show | jobs
by eyelidlessness 1459 days ago
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)