Categories
NodeJS

Offline Web App (PWA) – Reading

Offline Web App that could come with the server-side, we need to learn some technique. Of course, we can use JS LocalStorage but it’ll not enough or good enough to serve for some complex data/process, we need one that can access faster, thanks to “LocalForage” library that can be used like “Local Storage”.

Somehow, I just read some of them as on preparing to do it on some of my solutions, here I share what I’m reading and watching around.

If you guys already experience this, let share some tips.

Reading
https://laniewski.me/vue/pwa/offline/2019/01/04/creating-offline-first-vue-apps.html

Videos to learn
https://egghead.io/lessons/vue-js-intro-to-offline-first-progressive-web-apps-in-vue-js

Related Libraries: Storage
https://github.com/localForage/localForage
https://localforage.github.io/localForage/
https://github.com/dmlzj/vlf (VueJS plugin)

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.