Telegram_2020-05-26T13

<< Click to Display Table of Contents >>

Navigation:  Telegram > 2020 > 05 > 26 >

Telegram_2020-05-26T13

Telegram link

 

2020-05-26T13:20:03

 

Is progressive web application (PWA) part of IW17 ? I am sorry for the question if it sounds stupid!

 


 

Telegram link

 

2020-05-26T13:21:09

 

It can do both PWA and SPA

 


 

Telegram link

 

2020-05-26T13:21:53

 

Thank you Sir! Looking forward

 


 

Telegram link

 

2020-05-26T13:22:27

 

What is SPA?

 


 

Telegram link

 

2020-05-26T13:23:18

 

Single Page Application — all the action occurs within a single page

 


 

Telegram link

 

2020-05-26T13:23:40

 

each action posts back to itself

 


 

Telegram link

 

2020-05-26T13:24:39

 

Oh I see! That would be used with REST

 


 

Telegram link

 

2020-05-26T13:25:15

 

I got it

 


 

Telegram link

 

2020-05-26T13:27:40

 

yeah, SPA's almost always rely on REST

 


 

Telegram link

 

2020-05-26T13:28:09

 

Thank you Sir

 


 

Telegram link

 

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

 


 

Telegram link

 

2020-05-26T13:30:34

 

My key interest about PWA is to create hybrid apps that would have icon installed on the phone

 


 

Telegram link

 

2020-05-26T13:31:48

 

TMS Web Core does it but I am willing to change environment