DEV Community

Discussion on: JavaScript Should Be Your Last Resort

Collapse
 
nicozerpa profile image
Nico Zerpa (he/him)

Great article Olavi! Yeah, JavaScript is fantastic, but if you overuse it, it's worse for the end-user, in terms of performance but also accessibility.

If you reimplement in JavaScript or React something that HTML alone already does, you'll probably break something and the element is no longer accessible. Don't reinvent the wheel.