React.js + pwa
I 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...
madrix.hashnode.dev2 min read