Create an offline application with React. | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 6

Create an offline application with React.

I want to create an offline React Application. I've looked at `create-react-app`, but I know that service workers are not supported, except in Safari 11.x. The problem is, not many people update their apps, like Safari, therefore they may not be supported...

31st Oct 2018, 8:17 PM
Edwin Pratt
Edwin Pratt - avatar
1 Resposta
+ 8
ā€œBuilding an offline-first app with React and RxDBā€ by Esteban Herrera https://link.medium.com/sW5LbH4EkW Also have a look at PWA (Progressive Web App) which works offline or at very slow network speeds. ā€œProgressive Web Apps with React.js: Part I ā€” Introductionā€ by Addy Osmani https://link.medium.com/q8qO3PiFkW explore the other parts of the above series on medium.
1st May 2019, 9:56 AM
Gurpreet Jhamat
Gurpreet Jhamat - avatar