Is it possible to pass an object via Link component in react-router?
Link
Something like: Click <
Click <
This isn't possible, you need to pass something that can be stored in the URL such as a string ID. You would then use that ID to perform a lookup of the object.