Oddbean new post about | logout
 

jQuery

https://youmightnotneedjquery.com/

Just about everything that people used out of jQuery is virtually built into JavaScript or CSS3 at this point, and honestly I’d probably advocate just using plain JavaScript instead of some of the recent overly high-level frameworks 
 @0ed7afc8 @djsumdog Vue (especially 3.x) tries to be close to vanilla JS, I'm actually enjoying using it.
Never understood why people use something like React where markup, styles and code are mixed together. Every React project I've seen looks like giant pile of spaghetti.