app like that
/react-router-dom
/react-router-dom

A routing library for React applications to manage navigation and rendering components based on the URL.

Features

Dynamic routing

Allows you to create routes that can change based on user actions or application state.

Nested routes

Supports nested routing, enabling more complex layouts and UI structures.

Declarative navigation

Enables navigation by changing the state or props rather than directly manipulating the browser history.