# SPA

1 min read, 98 words spaapplication
  • Desktop like application experience on web-browser
  1. Gmail, google drive
  2. Trading Platforms, high speed trading platforms
  3. Banking Applications
  4. Ecommerce websites, amazon
  5. Social Networking, twitter, facebook, linkedin
  6. 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

Subscribe to our Newsletter

If you like my work and think it was helpful kindly support my work


Buy Me A Coffee