thombruce / toodles

✅ A super simple todo app
https://toodles.thombruce.com/
GNU General Public License v3.0
0 stars 0 forks source link

Add PWA support #89

Closed thombruce closed 1 year ago

thombruce commented 1 year ago

PWA support is a shortcut to offline, desktop-like functionality. It also lays the groundwork for offline-syncing when a server element is introduced. It may even be worth having a server element introduced before setting up PWA for this reason...

thombruce commented 1 year ago

To my last note, probably not. Introducing server functionality is a lot of work, requiring user auth and new models...

We can much more easily implement the relevant parts of PWA now and address those additional concerns later.