Routing feature is useful in building SPA (Single Page Application) with multiple views. Routing helps us to divide our application in logical views and bind them with different controllers.
Routing is a process in which we can load views with controllers.
When the Views are to be switched based on the request, then Controller decides which view to be displayed and render the view.