Setup

To use the Stores API, install the @wix/stores package using npm or Yarn:

Copy Code
npm install @wix/stores

or

Copy Code
yarn add @wix/stores

Then import stores from @wix/stores:

Copy Code
import stores from '@wix/stores'
Was this helpful?
Yes
No