I still use jQuery as well. 15 years in and I still chuckle at how easy jQuery makes my life. Why switch if I already like what I use and it works wonderfully for anything I need to do. With my most recent project however I switched from jQuery's AJAX to use the native JS method fetch() instead.
CSS3 is amazing as is. You can do animations, filtering, and all kind of creative shit that you previously had to use JS for. And now with grid and flex you don't even need to use media queries anymore.
|