What Amasty extensions support PWA?

What Amasty extensions support PWA?

For PWA compatibility, Amasty designed a separate PWA add-ons. They go as supplementary solutions to the main extensions.

Amasty PWA add-ons provide the same functionality as the original Amasty extensions. The PWA add-ons are created with the required Magento PWA stack of technologies, which makes it applicable for building a PWA site on the base of Magento. PWA add-ons can't work without the corresponding core extensions (e.g. PWA for Elastic Search will work only if the main Elastic Search extension is installed).

Please refer to the table below to see the full list of Amasty extensions with PWA support. 

Main extension name
PWA add-on

If the extension you're looking for isn't listed in the table, it indicates that it currently lacks PWA compatibility. However, GraphQL could potentially offer a solution. Extensions with GraphQL support work as a bridge between backend and frontend, so there are no limitations in frontend frameworks - it can be React, Vue, or any other one.

Certain Amasty modules support GraphQL out of the box (read+write or read-only). To see the full list, please consult the following article: What Amasty extensions support GraphQL?
      • Related Articles

      • How to install an Amasty PWA add-on?

        At the moment Amasty PWA add-ons are installed via yarn. The add-ons could be downloaded from the Products tab in the customer account after the purchase. Before starting the installation process, make sure that the Magento instance meets the ...
      • What Amasty extensions support GraphQL?

        Amasty has introduced additional GraphQL packages for extensions that are GraphQL compatible. These packages are listed in the 'suggest' section of the composer.json file. As a result, they are not automatically installed with the main module. To ...
      • What is PWA?

        For 2 years now, PWA is being a growing trend and as time comes, the more interest it arises around itself. In this article, we’ll take a look at the technology and talk about Amasty PWA solutions in particular. PWA stands for progressive web ...
      • What Amasty extensions support API?

        Each Amasty extension that has API support, includes the etc/webapi.xml file. The webapi.xml file contains API configurations with the list of available API requests. For example, a request from the Custom Form module interface: 1 - endpoint URL; 2 - ...
      • RMA | GraphQL methods

        Quries getAmRmaSettings description: a list of customer's return requests getAmRmaReturnsForCurrentCustomer description: get a list of customer's return requests getAmRmaReturnById (request_id: Int!) description: get Return Request by ID ...