BlogHide Resteemsjfbloom22 (25)in cra • 5 years agoWeb Workers in Create React App v3How we went from loading 30mb of JSON in 5minutes to loading it in under 1 minute with the help of web workers. We are building an application with full offline functionality with the help of…jfbloom22 (25)in typescript • 5 years agoHow to Handle Upgrades with Service Workers with CRA3 and TypescriptIt is a huge pain to figure out how to handle upgrading when using Create React App with the service worker enabled and Typescript. It is unfortunate because the offline functionality works…