Sometimes you need an optional parameter in the URL, so React will render a component even if…
Routing
6 Articles
useHistory hook needs no introduction. It’s one of the most useful hooks for navigation in React. So…
Let’s explore various ways to redirect to external URL in React. Some of these are obvious, some…
We’re going to use react-router to redirect in React. Redirect to another page with useNavigate() hook react-router…
In this article, we will explore a number of different ways to get current URL in React….
Going to the previous page is essential part of browsing experience. In this article, we will explore…