Hello, in this tutorial, we'll go over what is Routing.
Routing often refers to navigating from one page to another. However, React's library does not come with this feature.
To make this possible, we need to create our own routing functionality or use some already made packages from the React Community to enable routing.
The one we are going to use is React Router.