Progressive Web App(PWA) with React
Have you ever wondered how you can browse through your website offline and still get the best out of it on your device or computer?
Progressive Web Application (PWA) is a web application that takes the best from native and web apps.
On one side, it o...
shittuolumide.hashnode.dev6 min read
Dinys Monvoisin
Software developer, JavaScript Euthusiasts, Inspiring Blogger
It's kind of hard to follow. Do you absolutely need to define a manifest? I thought only changing the service worker from unregister() to register() made your react-app a PWA?