How to access and display nested object property when click on an user image and goes to detail page – Reactjs
I am fetching a list of items from a local Data.js file and displaying it using map method in Header.js. But when I click on user image then it should go to user detail page and should display all the…