
Full-Stack React, TypeScript, and Node
By :

In this section, we will investigate the reasons for the creation of SPA-style programming by reviewing the original methods for designing and writing web pages. Having this knowledge will help us understand the reason for the shift to SPAs.
Originally, when the web was getting started, there was no JavaScript language. Initially, it was all just static HTML pages created to share documents among scientists. Once this document format and the internet became more popular, people realized that these documents needed improved styling methods to enhance communication. So, CSS was created and it became a standard for styling and the layout of HTML documents. Then, finally, the Netscape browser company decided the web needed a scripting language to make page content more dynamic, and they created JavaScript.
Despite these features, the original web was still very static in nature. When you entered a URL into your browser, you got back...