Against CSS in JS

added by Paul Wheeler
6/9/2015 2:34:24 PM

287 Views

For far too long, we waved our hands and pretended we have a separation of concerns simply because our HTML is in one file and our JavaScript is in another. Not only did this avoid the problem, I think it actually made it worse, because we had to write more and more complicated code to try and abstract away this coupling.


0 comments