Hi @mellegmxco164b
As per my opinion yes it will works !
Following i am sharing two workarounds for the same.
- Yes you use Magento multisite concept if you have separate domain/url for 2 site site then - one site worked on the Magento standard frontend structure and second worked on PWA wherein data will provided by GraphQL/API and we just need to use separate frontend stack (PWA studio) for the implementation and that needs to run on a different URL and different port.
- Same like our native mobile application (android/ios) - PWA also work on the GraphQL/API concepts - meaning its frontend layer is completely separated as it have different technology stack on frontend level and no direct query based data will be fetch. We will require to call the respected GraphQL/API to fetch the data - so if you have single site of Magento which is using standard Magento frontend same site you can use for PWA as well, you just need to run that PWA store on a different URL and different port.
Hope it helps !
if issue solved,Click Kudos & Accept as Solution