|
|
|
|
|
by boubiyeah
3510 days ago
|
|
Why? They actually can play well, at least, just as well as standard HTML + CSS. It's just that people are now trying to componentize everything, including styles, so it's a new requirement we didn't have before. Put another way, one could say that now that we have a good solution for client side rendering, we then turned to good old global, cascading, hard to maintain CSS to try and fix that guy next. |
|
I will not claim to be a JS expert by any means. In my basic usage of HTML, JS and CSS; I find that I can manipulate the look and feel easier with Jquery. When I add in React, I get a really elegant MVC system, but loose the ease of adding and removing classes of different HTML elements.
Maybe I'm doing it wrong, but that's just my experience.