© Vasan Subramanian 2019
Vasan SubramanianPro MERN Stackhttps://doi.org/10.1007/978-1-4842-4391-6_9

9. React Router

Vasan Subramanian1 
(1)
Bangalore, Karnataka, India
 

Now that we’ve organized the project and added development tools for productivity, let’s get back to adding more features to the Issue Tracker.

In this chapter, we’ll explore the concept of routing, or handling multiple pages that we may need to display. Even in a single-page application (SPA), there are in fact multiple logical pages (or views) within the application. It’s just that the page load happens only the first time from the server. After that, each of the other views is displayed by manipulating or changing the DOM rather than fetching the entire page from the server.

To navigate ...

Get Pro MERN Stack: Full Stack Web App Development with Mongo, Express, React, and Node now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.