|
|
|
|
|
by Axnyff
2945 days ago
|
|
The comparison Sara made was that React can be overused just as jQuery was. The problems with jQuery is that it's mostly a set of functions to simplify Ajax and DOM manipulation so it's not really helpful for the structure of an application. React (and other frameworks surch as Angular, Ember and Vue), on the other hand, helps you to build reusable component which helps a lot to scale. Also jQuery's golden age was when browser compatibility was a big issue, nowaday, most browsers behave properly. There's no harm in learning jQuery, its interface is way more intuitive than native DOM apis. It could be a good idea to try and build a simple app with jQuery and see what are the pain points and then compare with a modern framework. |
|