Skip to content

Components

Gerson edited this page Jun 22, 2026 · 1 revision

StoreConnect now support theme components which allows you asynchronously update section of your stores without page reload. For example, if you are in the cart page, you can now update the cart item quantity or remove the item. In the background, the component listens for these changes and updates at the same time other components such as the order summary.

This features enhances the user experiences, as you can seamless update the current view without constant page reloads.

Clone this wiki locally