StoresynkListProps
Defined in: @storesynk/react/dist/components/StoresynkList.d.ts:10
The 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.
Properties
Section titled “Properties”className?
Section titled “className?”
optionalclassName?:string
Defined in: @storesynk/react/dist/components/StoresynkList.d.ts:15
Forwarded to the
prepared
Section titled “prepared”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.