|
<< Click to Display Table of Contents >> Navigation: Telegram > 2020 > 05 > 26 > Telegram_2020-05-26T13 |
2020-05-26T13:20:03
Is progressive web application (PWA) part of IW17 ? I am sorry for the question if it sounds stupid!
2020-05-26T13:21:09
It can do both PWA and SPA
2020-05-26T13:21:53
Thank you Sir! Looking forward
2020-05-26T13:22:27
What is SPA?
2020-05-26T13:23:18
Single Page Application — all the action occurs within a single page
2020-05-26T13:23:40
each action posts back to itself
2020-05-26T13:24:39
Oh I see! That would be used with REST
2020-05-26T13:25:15
I got it
2020-05-26T13:27:40
yeah, SPA's almost always rely on REST
2020-05-26T13:28:09
Thank you Sir
2020-05-26T13:28:46
because whatever language you use to create your SPA — they are either compiled or transpiled to pure JavaScript — and the JS in JSON is JavaScript
2020-05-26T13:30:34
My key interest about PWA is to create hybrid apps that would have icon installed on the phone
2020-05-26T13:31:48
TMS Web Core does it but I am willing to change environment