Loading...

PWA Infinite Scroll

PWA Infinite Scroll

The PWA infinite scroll gives your store product a boost and quickly presents it to your customers. Integrate this smooth extension in your store to provide the best customer experience. Upgrade your store and make it more profitable with our PWA infinite scroll extension.

With this smooth integration, you can keep your customers engaged and allow them to browse easily. This will give your store the competitive advantage to succeed in today's online marketplace.

Purchase the Extension

To install the Infinite Scroll Extension into your Venia project, follow these steps:

Step 1: Purchase Magento Infinite Scroll Extension

Purchase this Extension to Improve your Magento store functionality: Magento 2 Infinite store

If you already purchased then follow the installation guide: Infinite Scroll

Step 2: Purchase PWA Infinity Scroll Extension

Purchase this Extension to Improve your store functionality: PWA - Infinite Scroll

If you already purchased extension then use following link: Downloadable Products

Installation Process

To create this extension you have to follow below steps

Step 1: Upload Folder

In your root directory of Venia, upload the @elightwalk/infinitescroll folder.

Step 2: Add Link in Dependencies

Add link to your extension in dependencies inside the package.json file of Venia root

dependencies: {
"@elightwalk//infinitescroll": "link:./@elightwalk/infinitescroll"
}

Step 3: Add Trusted Vendors in PWA

Add Trusted Vendors to your extension in PWA root inside the package.json file of PWA root

"pwa-studio": {
  "trusted-vendors": [
    "@elightwalk"
  ]
}

Step 4: PWA Root Commands

Fire below commands in your terminal

yarn install
yarn build