Skip to content

renderStore

const renderStore: (options?) => Promise<PreparedStore>

Defined in: @storesynk/react/dist/render.d.ts:46

The store root’s prepared render: configured credentials + the shop (moneyFormat, currency) as a JSON payload, so the client runtime seeds shop state synchronously - money displayers format on their very first update.

RenderStoreOptions

Promise<PreparedStore>