SPshlok patelinmadrix.hashnode.dev·Oct 3, 2021 · 2 min readReact.js + pwaI wanted to create a PWA (progressive web app) with react.js and typescript. So I used a built-in flag with create-react-app which generated pwa. npx create-react-app my-app --template cra-template-pwa-typescript But after I ran tests in lighthouse...00