Y
Hacker News
new
|
ask
|
show
|
jobs
by
pie_flavor
198 days ago
You're pulling the old man card on CSS-in-JS? Putting your style logic in CSS is what CSS is
for
, CSS-in-JS is an annoying hack to make React work. What this is replacing is SCSS.
1 comments
masswerk
198 days ago
Well, historically, styles were first in JS (JS StyleSheets in Netscape 4.0) and were pulled out into CSS. – This is an old man card! ;-)
link