how to send data between components in react using link

Solutions on MaxInterview for how to send data between components in react using link by the best coders in the world

we are a community of more than 2 million smartest coders
showing results for - "how to send data between components in react using link"
Samia
10 Jan 2020
1<Link
2  to={{
3    pathname: "/page",
4    state: data // your data array of objects
5  }}
6>
7