is Progressive Web app fully supported by SharePoint?
I am building an Spfx webpart which acts as a PWA. Can anyone let me know if SharePoint supports PWA completely? What Authentication Approach can be used to get sharepoint list data using rest Api.

Chris LovePosted Aug 9, 2022, 3:11 PM
So yes, all server-side platforms like SharePoint support PWAs. You just need to reference a valid web manifest file with home screen icons, have a minimal service worker that you register with a simple script and of course serve the site using HTTPS.
I would think you can add the required references to include the manifest reference in your site's main HEAD element. And then drop a simple service worker registration script just before the