You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@AdamAnSubtractM Styled components are inferior to every other modularization of CSS. They encourage 1:1 abstraction and create a Rube Goldberg machine for doing simple things like adding conditional styles. They create new memory space and objects where none are needed. I couldn't imagine a worse idea for a library. Style-JSX is better. CSS Modules are better. Even plain CSS is better. Styled components are a symptom of when front end developers have too much time on their hands and start creating work for themselves which ultimately leads to less productivity for the business. They also don't play well with typescript and the list goes on and on. You create a translation layer between css syntax and javascript keys. Do you need more reasons why it's a horrible idea?
This is missing Styled Components.
The text was updated successfully, but these errors were encountered: