|
|
|
|
|
by Cthulhu_
2893 days ago
|
|
You're correct that simpler code is better, but here's my argument: Large jQuery applications are not simpler, have more bugs, are harder to maintain and have poorer performance than React applications. jQuery is a DOM manipulation utility library. React is a view rendering library, favoring composition and isolated components. |
|