DEV Community

Discussion on: Top 4 Mistakes in React Interviews

Collapse
 
rkallan profile image
RRKallan

I would never use a different tag other then button for clickEvents.
When using button there is no need to use the data attribute, there you can use the value attribute

My suggestion would be use button and value attribute
Or create for button a separate component