It's funny how we once loved libraries that many now can't stand.
Redux and Styled Components were game-changers back in the day, yet perceptions have shifted, even though the libraries themselves haven't changed much (if anything, redux has gotten better).
Why is this?
Redux and Styled Components were game-changers back in the day, yet perceptions have shifted, even though the libraries themselves haven't changed much (if anything, redux has gotten better).
Why is this?
Comments
for these devs it’s very important to ship - so not having to learn css is a big plus
That said I still really like Redux and Styled Components.
Tech is an ever-turning wheel. Things come, things go. It just spins times faster for JavaScript.
IMO, CSS just got a lot better and I can accomplish almost everything with CSS modules.
it compiles styled-components into css modules with css variables
at runtime it only changes classnames and css variables
At the time though, “flux” didn’t have good ergonomics so people wanted *something*.
CSS Modules, nesting, and vars had to advance to displace css-in-js.