Skip to content

createRequestScope

const createRequestScope: () => RequestScope

Defined in: @storesynk/react/dist/runtime.d.ts:23

One scope per request: pass it (with fresh: true) to every helper/render call in the same render, so pairing product + SEO + JSON-LD costs no extra requests and nothing leaks across requests.

RequestScope