SAP

Manage my Account SAP Devs YouTube ↗ Learnings ↗ Community ↗ Provide Feedback ↗
Logout
⤢ Open full site

Refactoring React Code into Separate Components

Routing in a UI5 Web Components for React project is a mechanism that enables navigation between different views or pages within a single-page application. Developers use it to define URL-based navigation paths so that distinct components are rendered depending on the current route. This is typically set up using a routing library such as React Router, as described in the UI5 Web Components for React routing tutorial.

Tutorials that teach this

Prerequisites