Skip to content

StoresynkListProps

Defined in: @storesynk/react/dist/components/StoresynkList.d.ts:10

The host for a prepared render (renderList() in your loader). When the server filled the clones, the host is marked ss-adopt so the client engine keeps the children instead of re-cloning - cards hydrate themselves, zero collection refetch. When it couldn’t (missing collection, no template), the untouched template renders and the engine fetches client-side.

optional className?: string

Defined in: @storesynk/react/dist/components/StoresynkList.d.ts:15

Forwarded to the host (grid/layout classes live there).


prepared: PreparedList | null | undefined

Defined in: @storesynk/react/dist/components/StoresynkList.d.ts:13

Server-prepared render, from renderList() in your loader. Null-safe (renders nothing) so a failed loader degrades cleanly.