Browser Routing & History API
Single Page Applications: how to change the content
The idea of a SPA, vs a multi-page app, is that we’re only using one HTML page that will render all of our content. Otherwise, we would need multiple HTML pages for eac...