renderList
constrenderList: (template,options?) =>Promise<PreparedList>
Defined in: @storesynk/react/dist/render.d.ts:100
A product grid’s prepared render. The template’s first element child is the
item template (exactly the client engine’s contract); the server emits one
filled clone per product, each with its own adoption payload, and the
component marks the host ss-adopt so the client engine keeps the children
instead of re-cloning. Cards hydrate themselves - zero collection refetch.
Falls back to plain client-side rendering when the collection is missing or
the template has no
Parameters
Section titled “Parameters”template
Section titled “template”ReactNode | string
options?
Section titled “options?”Returns
Section titled “Returns”Promise<PreparedList>