Skip to main content

The CategoryPage component

Like for the search page, we’re layering an SPA on top of your site to enable fast client side routing between the category pages. Set up and configure your product listing pages using the CategoryPage component and a PageReplacer as follows.
tsx
Review the types or reference for other configurable properties

Different layout possibilities

The default configuration displays the current category title above the product cards. If you want to render the title of the category yourself, do the following to remove the default title and also make the CategoryPage as compact as possible:

The CategoryPage in its most compact version, optimizing for the content being above the fold

You can link to the category pages and then PageReplacer will only single-page-navigate between the different category pages. If you, however, want to replace the current page with a category page without a reload, you can do the following: