Microsoft and Google collaborate to make PWAs better
1–10 of 198 posts
Re: Microsoft and Google collaborate to make PWAs better
#2Re: Microsoft and Google collaborate to make PWAs better
#3Microsoft is now using Medium as their official blogging service?
Re: Microsoft and Google collaborate to make PWAs better
#4Re: Microsoft and Google collaborate to make PWAs better
#5Re: Microsoft and Google collaborate to make PWAs better
#6Earlier quoted context omitted.
Author here. Some teams use it, including ours (PWABuilder).
Off-topic, but... why? Is it lower friction to start up your team's blog on Medium versus the unified blog platform larger Microsoft teams tend to use?
That said, we have been mulling building our own blogging platform using our own tools and web components for the sake of dogfooding.
Re: Microsoft and Google collaborate to make PWAs better
#7Re: Microsoft and Google collaborate to make PWAs better
#8If PWAs would get their own permanent storage like other apps, it would be a huge step forward.
Re: Microsoft and Google collaborate to make PWAs better
#9As the author seems to be here, the links in the "Add features to my PWA" section on pwabuilder website, don't seem to work for me.
Re: Microsoft and Google collaborate to make PWAs better
#10The main problem I see in PWAs these days is that they cannot permanently store data on the device. As soon as the user deletes their "browser data", all the data of the PWAs on the device is lost too. If PWAs would get their own permanent storage like other apps, it would be a huge step forward.
PWAs usually store client-side data as a kind of cache: cookies, local storage, service worker cache. Caches are not meant to be permanent.
There may be room for improvement here, however. One might imagine that clearing browser data shouldn't clear data for installed PWAs. That's an argument worth further evaluation.