|
|
|
|
|
by osrec
1865 days ago
|
|
Browser based apps generally struggle to function well offline (this is also true of certain native apps, but that's a whole other discussion). Using the PWA "toolbox" you can have in-browser apps stored locally via service workers so that they work without needing to fetch anything via the internet. It's rather useful, and can provide a much better user experience, especially when you have a patchy network. |
|