SPA
- Desktop like application experience on web-browser
Popular SPA's
- Gmail, google drive
- Trading Platforms, high speed trading platforms
- Banking Applications
- Ecommerce websites, amazon
- Social Networking, twitter, facebook, linkedin
- AWS Management COnsole
Vanilla JS SPA
- No page refresh
- single HTML file
- ES16
type=module
import of javascript
- Module scripts are always deferred, same effect as defer attribute
- can use
async type-module
as well
- client side routing? with parameters?
- express webserver, which support routing nature of SPA
- history API