-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate to other CSS-in-JS library #643
Comments
The other possible solution is https://github.com/styled-components/styled-components |
I wrote a codemod that'll automatically migrate your codebase to emotion. Maybe it could help you? https://github.com/TejasQ/babel-plugin-glamorous-to-emotion |
Disadvantages of styled-components:
Advantages:
|
After some considerations I'd opt for styled-components over emotion. I can't get rid of the feeling that emotion will face the same fate as glamorous after a while, despite it's increasing prevalence. Styled-Components just seems to be the more stable choice and it should be able to provide everything we need one way or the other. Edit: The decision has been made towards styled-components. Thank you for your suggestion, though, @TejasQ |
It seems glamorous will be deprecated paypal/glamorous#419
So we need to investigate howto migrate to another CSS-in-JS solution like https://emotion.sh/
The text was updated successfully, but these errors were encountered: