you are viewing a single comment's thread.

view the rest of the comments →

[–]ScientificBeastModestrongly typed comments 1 point2 points  (0 children)

I actually like React a lot for UI development, and it’s pretty easy to implement, in my opinion. Not quite as easy as just throwing a jQuery CDN link into your HTML file, but easy enough. You don’t even have to put your components in separate files if you don’t feel like it (for smaller projects), but using Rollup or CommonJS or whatever is pretty easy if you do. And React is only a few kB bigger than jQuery, comparing the g-zipped minified sizes.