Skip to content

Partial Hydration

Daniel Puckowski edited this page Jun 29, 2022 · 1 revision

Sling.js supports Partial Hydration, also known as the Islands Architecture.

Sling.js can hydrate a portion of a page where interactivity is needed, where the remainder of the page can be rendered as pure HTML.

For an example of a server-side and client-side application implementing Partial Hydration, refer to the following links:

SSR Example

SSR Client Example

Sling.js Partial Hydration

Clone this wiki locally