Replies: 1 comment
-
|
The ecosystem has addressed this since this was posted. There are now several non-Babel alternatives:
styled-components v6 also works without any build plugin — the main trade-off is less informative component names in React DevTools. SSR hydration stability is generally fine with modern bundlers since module evaluation order is consistent. The original |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As we're currently moving into a next generation of tooling and it's not save to assume that most projects use babel anymore,
I wonder If it might be valuable to have a new transpiler doing everything babel-plugin-styled-components does but as a standalone solution?
Has this already been considered? Or is this something that you'd consider interesting for the future?
Background:
Beta Was this translation helpful? Give feedback.
All reactions