|
|
|
|
|
by burtonator
2175 days ago
|
|
PWAs are designed with the web/cloud in mind. The permanent data should be hosted in the cloud. One of the issues is that storage in a PWA is done via localStorage or IndexedDB... both of which aren't really available outside of the browser. Also, part of the benefit of a PWA is being able to be in mobile devices and 'storage' there is different than on the desktop. |
|