110 likes
·
2.4K reads
14 comments
Really insightful as always, thanks for sharing!
Thanks Bolaji :)
nice article and cool demo btw
Thanks Richard :)
Nice Article Victoria Lo Even I was writing an article on Converting any website into a PWA. Badly Want Hashnode to be a PWA.
Thanks! Would love to read your article on PWAs once you have published it!
Yep, would be nice for Hashnode to be a PWA :)
Nice article
Glad you like it Obi!
Clear and concise article. I love it. So from what I understand for React PWA, you just need to change the serviceWorker
and we are good to go?
Yep, but in order for Lighthouse to detect the app is a PWA, it needs to be the built and deployed. It will not say it is a PWA in the test version.
Good one Victoria! Easy to follow..
Thanks Tapas! Always grateful for your feedback :)
Wow building a progressive application with React is has easy as changing serviceWorker.unregister(); to serviceWorker.register(); thats great! Love the article it was really easy to follow.