My Context on Partial Hydration
When you first start trying to figure out SSR with the goal of partial hydration like I did, you find it is complex for two reasons:
- You figure out which components you need to mount.
- You need to mount them with the right props.
At first this seems relatively simple, but there are some non-obvious pitfalls.
Here are my thoughts from building Elder.js and solving these problems.