Single Page Application
As the last post of the year, I am posting my attempt at a simple "Single Page Application". A single-page application (SPA) is a web application or website that interacts with the user by dynamically rewriting the current web page, instead of the default method of loading entire new pages. The goal is faster transitions that make the website feel more like a native app. ...