Skip to content

SSR vs Client Rendering

Compare the same dataset rendered as static HTML, HTML mode client render, and Canvas mode client render.

Interactive Demo

Note

The SSR output is a static HTML snapshot. Client rendering rebuilds the DOM on mount; it is not DOM hydration.

Released under the Apache 2.0 License