Home > Mobile >  Filtering Down Component Map using click function react
Filtering Down Component Map using click function react

Time:02-05

I am currently working on a fun project and I want to know how to do something that has stumped for a bit.

Basically I am using Axios to get my data and then rendering data out in a .map func then I have a click function to show only the data that is corresponding to the ID for example ID 1 has some values that I want to show in another component. How do I do that?

enter image description here

  •  Tags:  
  • Related