...

/

Introduction to SPAs

Introduction to SPAs

Talks through the world of how traditional websites have come a long way and we work with single page applications now.

Single-page applications

The examples of single-page applications that we use every day include Google, Gmail, Facebook, Twitter, and GitHub.

single-page-app

From websites that consisted of several interlinked pages to single-page applications, we have come a long way.

SPAs do not need to download every page every time from the server. They just download the index.html, and the rest happens on ...