Hacker News new | ask | show | jobs
by do_not_redeem 582 days ago
You can! The terms to search for are "isomorphic web apps" and "hydration". It's definitely not a panacea though.

https://react.dev/reference/react-dom/client/hydrateRoot

2 comments

Hydration is not needed tho, frameworks like Qwik allow isomorphic apps without hydration.
why? what are the main drawbacks? I imagine the complexity, but can you go a little bit into the details for someone with only little frontend experience