Hacker News new | ask | show | jobs
Ask HN: How does React hydration work?
5 points by Macintosh007 2269 days ago
I've been struggling to fully grasp how React hydration/rehydration works. When using something like Gatsby, is React fully sent to to the client AFTER the static content? Looking for someone to explain it in an easy to understand manner.
1 comments

This is a good explanation: https://stackoverflow.com/questions/46516395/whats-the-diffe...

TL;DR: It is used to attack event listeners to server rendered apps.