-
{#each items as item (item.id)}
- {item.text} {/each}
Each group below renders the same component three times with the same props. In the SSR: you'll find three
<script type="application/json">
blocks (one per group) and nine <mochi-hydratable-island props-ref="…"> tags pointing at them. Each shared block carries a data-shared marker; a lone
island (like the source code viewer on this page) still gets its own block, just without that marker.