Nov 08, 4:00 PM
PST
20 minutes
Resumable Applications
Hydration is how we make our Server Side Rendered content interactive. But hydration is also very expensive, and both in forcing a lot of JavaScript to execute eagerly. Resumability is an alternative to hydration which reduces the eager download and execution of JavaScript to almost nothing. The result is instant on applications, even on poor connections and slow devices. But resumable applications have other properties that make them an excellent fit for micro frontend architectures.