Paul's Javascript Notes
Monday, July 1, 2019
Friday, June 28, 2019
Friday, June 14, 2019
Tuesday, June 11, 2019
Proper way to reference files
When referring to stylesheets or js files from index.html,
Do not put /src/app.js
Correct way is src/app.js
Do not put /src/app.js
Correct way is src/app.js
Thursday, May 30, 2019
Progressive web apps (PWA)
Why you should do PWA's instead of native mobile apps:
https://www.scnsoft.com/blog/progressive-web-apps
https://www.smashingmagazine.com/2018/02/native-and-pwa-choices-not-challengers/
https://www.smashingmagazine.com/2018/12/pwa-native-mobile-apps/
https://love2dev.com/blog/apple-encouraging-progressive-web-apps-by-rejecting-apps/
https://love2dev.com/blog/apple-ships-service-workers/
https://www.scnsoft.com/blog/progressive-web-apps
https://www.smashingmagazine.com/2018/02/native-and-pwa-choices-not-challengers/
https://www.smashingmagazine.com/2018/12/pwa-native-mobile-apps/
https://love2dev.com/blog/apple-encouraging-progressive-web-apps-by-rejecting-apps/
https://love2dev.com/blog/apple-ships-service-workers/
Wednesday, May 29, 2019
Tuesday, May 28, 2019
Subscribe to:
Posts (Atom)