Tagged “ssr”
-
TIL about Partial Hydration javascript frameworks ssr
Partial rehydration is an extension of the idea of progressive rehydration where individual pieces of a server-rendered application are 'booted up' over time. This contrasts with the approach of initializing the entire application at once.
See all tags.