How to pass additional data while redirecting to a different route in React
In this article, we will see how we can pass extra data while redirecting to a different route in React that uses react-router-dom library.
So let’s get started.
Using Link
Normally we use the Link component from react-router-dom as shown below:
<Lin...
blog.yogeshchavan.dev2 min read