|
|
|
|
|
by tmm84
2653 days ago
|
|
If catering to older browsers, developers that aren't familiar with JS build/release tools or the latest fad/buzz then jQuery is still viable. jQuery used to be the easiest way of getting things done but now it is more of a tool. I loved jQuery but I have seen it abused so bad that it has become a design smell if the page/service gets too big. If you are doing simple things then jQuery will be ok but if it is a really complex page/site then using something like Vue or React may be appropriate just for ease of diagnosing problems/reasoning. |
|