Developing with routes

Routes define the valid endpoints for navigation in your application. Your application consists of a network of routes that can be traversed by your users to access the application's pages.

IBM® Cúram Universal Access uses the react-router and react-router-dom packages to manage navigation. React Router defines and works with routes. For more information, see the React Router documentation at https://reacttraining.com/react-router/web/guides/philosophy.