How can I dynamically update className with React js?
Advertisements I have a Collection component and when I click on a div in this component, I want to change both the className of the Collection component and the className of the first sibling component after the Collection component. With UseState, I could only change the className of the component I was in. My Collection.js… Read More How can I dynamically update className with React js?