Onitemclick réagit

const onItemClick=({item})=>{
  //put a trigger action here
  return item[0]= <Link to='/products' />;
}
Xerothermic Xenomorph