Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialHernan Diaz
7,197 Pointsmodern alternatives
is this kind of tools the state of the art? jQuery already seems something almost deprecated, isn't it?
1 Answer
Steven Parker
231,210 PointsNew tools come out all the time, but they aren't always adopted on a wide scale. Depending on what kind of development you do, you may need some specialized tools that will probably only be taught by their vendor.
As to jQuery, it's not needed to resolve compatibility issues as much anymore because browsers are much more consistent in the way they implement JavaScript, and the language itself has evolved to do natively many things previously done only by jQuery. But it has other uses, and so many other tools depend on it that you can be sure it will be around for a long time yet.