PESPA
The most popular architecture employed by web developers today is the Single Page App (SPA), but we are transitioning to a new and improved architecture for building web applications.
現在、Web開発者が採用している最も一般的なアーキテクチャはSPA(Single Page App)ですが、私たちはWebアプリケーションを構築するための新しく改良されたアーキテクチャに移行しつつあります。 The <a> and <form> elements have been around from the very beginning. Links for a browser to get things from a server, and forms for a browser to send things to a server (and get things in return). With this two-way communication established as a part of the specification from the start, it has been possible to create powerful applications on the web forever.
<a>要素と<form>要素は、当初から存在していました。ブラウザがサーバから情報を得るためのリンクと、ブラウザがサーバに情報を送る(そして情報を得る)ためのフォームです。この双方向のコミュニケーションが最初から仕様の一部として確立されていたため、ウェブ上で強力なアプリケーションを作ることがずっと可能だったのです。
https://scrapbox.io/files/6449e46947025c001c708634.png