PWA / SPA
Progressive Web App
is a hybrid of web and native apps.
* Advantages
- reliable : fast loading and works offline (caching the data)
- fast
- engagable
- app-like
Single Page Application
* Advantages
- less server required
- independence of font-end development
- no restriction of languages of bank-end services.
Vue.js is capable of creating SPA and PWA
References
https://medium.freecodecamp.org/progressive-web-apps-101-the-what-why-and-how-4aa5e9065ac2
https://www.bloomreach.com/en/blog/2018/07/what-is-a-single-page-application.html
Comments
Post a Comment