|
|
|
|
|
by legitster
502 days ago
|
|
jQuery is literally a requirement for Bootstrap. Most of Google's services use it implicitly. I agree that it's largely superfluous on webapps, but I would bet a crisp $20 bill that somewhere Airbnb is running a CMS-based site somewhere that loads jQuery. I will rely on my nailgun v. hammer analogy for this again. I understand that the big scalable web experiences are built using nailguns. But for any sort of small web project that requires just a couple of dozen lines of code, jQuery is still very much implied. |
|
I'm a full stack who phases in and out of feontend. I'm now all in on React + MaterialUI. Even though I think they're a bit shit.
I loved jQuery. I loved doing `$(...raw html)`. But everything it did, the browsers do natively now.
You just don't really need it anymore.