When creating a single-page web app, routing is how we break up the various functional areas. Routing lets us use URLs to navigate between the logical pages of the application, without having to...