benmyers.dev
How (Not) to Build a Button
One common antipattern, especially in a framework-driven world, is adding click event listeners to HTML elements that aren't usually clickable. Let's call this the clickable div antipattern, even though the elements don't have to be <div> elements.