Category Landing Page is a special type of Category Page. In Magento, Merchants are able to set special content for a specific category. Check how to implement this cool feature in PWA Studio.
This time I would like to show you how to extend PWA Studio with new features. After reading you will know what is the PWA Studio’s extensibility framework and what tools/techniques it offers, How to extend PWA Studio storefront and much more! Read more
Shipping methods are essential for each web store owner, and one of the most frequently asked questions about PWA Studio is: "Does PWA Studio support all of the shipping methods available in the Magento backend?". I did a small investigation, and I would like to show you how shipping methods are rendered on the PWA Studio storefront. Read more
GraphQL has two basic types of operation: query and mutation. In this article, I am going to show you how to deal with GraphQL queries. Read more
If you wanted to write your own PWA Studio extension, you would have to take care of a few general things like: base module structure, static code analysis, tests. If you value your time and the quality of your product, you should take steps to make starting as quick and easy as possible. Today I want to introduce the PWA Studio extension generator. Read more
PWA Studio is growing, and month by month, new features are being added. PWA and headless are hot topics right now, but the current Magento monolithic frontend based on the Magento Luma theme is still the first choice for merchants. Read more
A CSS module is just a CSS file which gives you the possibility to style components. The most important advantage of CSS modules is that the styles are scoped locally by default, but what does this actually mean? Read more
GraphQL lets a frontend developer quickly mock sample data, and switch to real data when the backend is done. Read more
Headless frontends are becoming more and more popular. Please meet PWA Studio, most of one popular headless for Magento Read more
PWA Studio is entirely different from that of the current M2 frontend. There is a different technology stack used. Check the differences. Read more