Skip to content

Stores

Fullcart uses nanostores under the hood to locally save the state of the cart and products. This way we can make sure that the data is always up to date and that we can easily sync the data with the backend.

The following stores are available:

  • config: The full config object for easy access.
  • customer: Contains all data inputted by the customer, like items and quantities in the cart.
  • cart: A computed store that contains everything you need to display a cart.