|
|
|
|
|
by throwawayReply
3543 days ago
|
|
This misses the point. It's about the unit test. jQuery is easy to develop with but difficult to unit test. React is slow to develop with but easier to unit test. For small projects, jQuery is better. For large projects where the all the persons writing it tomorrow might not be here today, pick the testable one so they have a chance of future refactoring. |
|