|
|
|
|
|
by aatd86
1346 days ago
|
|
I haven't said that. The point is that hydration is more of an issue for MPAs since each time the page loads (on navigation), the html must be parsed and DOM objects need their javascript listeners attached. For SPA, this is not the case after the initial page load event. Hydration needs to happen only once at startup. |
|