Skip to content
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

[profile viewer] try using styled-jsx instead of styled-components #4

Open
pmuellr opened this issue Mar 19, 2019 · 0 comments
Open

Comments

@pmuellr
Copy link
Owner

pmuellr commented Mar 19, 2019

see: https://github.com/zeit/styled-jsx

potential advantages:

  • don't have to create separate "styled" versions of components, can just include styles IN the components
  • uses CSS not camelCased JS objects with string properties for almost everything
  • smaller runtime (I think styled-components costs ~ 100KB, this claims ~ 3KB)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant