renderStore
constrenderStore: (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.
Parameters
Section titled “Parameters”options?
Section titled “options?”Returns
Section titled “Returns”Promise<PreparedStore>