Hacker News new | ask | show | jobs
by zeroonetwothree 2307 days ago
IME React leads to simple solutions far more than jQuery spaghetti.
1 comments

"Driving your car is far more safe while drunk than blindfolded and on cocaine"

You can sprinkle some jQuery here and there without it being 'spaghetti'. Also, how is having thousands of dependencies for a bit of HTML rendering 'simple'?

You assume that all webpages are "a bit of HTML", which is imho an arrogant way to look at Client-Side web development.
If you add up the lines of code that your javascript dependencies have versus the lines of HTML code that is generated with those hundreds of thousands of lines of JS, then probably yes, the lines of HTML are only few.

But to each his own.