Recommend resource to learn to customize PWA Studio?

I’m newbie to learn PWA Studio to build a new Storefront. I would like to ask what is the recommend resource to learn to customize PWA Studio? If someone ask similar question about Magento extension developement, I would suggest like Mage2tv, Alan Storm blog… I would expect the similar resource for PWA Studio(paid resource is …

hosting options

We have a Magento 2 website hosted on server guy. Server guy emailed us saying we should upgrade to Breeze.io. Not sure what all these different platforms or companies are. Can someone please explain these different programs and why a website would use them? Cloudflare Breeze.io Server guy Are these ALL website hosts? Is cloudflare …

Changing the properties of a view knockout js

I have a property in a js file (view/container.js) that is used to check if a div is visible or not called giftWrapVisible [ giftWrapVisible: ko.observable(false) ] Is there a way for me to change giftWrapVisible to true in another different js file (action/check.js) ? submitted by /u/Ok-Outcome-9064 [link] [comments]

Extension to generate db_schema.xml

Hi Guys, Anyone knows an extension to create the declarative schema from database tables? For some reason the command bin/magento setup:upgrade –convert-old-scripts=1 is not working, and I have a few dozens tables to generate. Thanks submitted by /u/PalavraPasse [link] [comments]

Operational Flow Between Magento and Other Apps – Should Magento Be the Hub?

Hi All, I am hoping you can shed some light on what might be best here. I am wondering if Magento should be the hub of operations or another software like an ERP (Odoo). It is hard to see the big picture and consultants seem to not know anything in detail. We are a b2b …

Magento 2: How to implement appointment slot booking with payment

Hi everyone, I’m trying to implement an appointment slot booking system where people can simply pay and start chatting/calling with a professional. What I mean is that on a particular page there would be a list of professionals(for example lawyers) with some descriptive information about them. Customers could then verify themselves with email or a …