I'm trying to understand the best choice (as a CTO) between
- jss
- emotion
- styled-component.
I will try not to make the question "too wide" or "off-topic", because it's a very subjective topic. I'll try to answer (here) the question myself if no-one answers the whole, and I'll ask very closed questions :
- How the three of them can "compile to" (external css,
<style>
tag,style=
attributes) ? - How the three of them can integrate smoothly with CRA (without too much tweaks and without ejecting) ?
- What about the OpenSource POV (age, community, plugins, backing) ?
- What about the performance ?
Please I don't want this question closed, so I don't want some code-style opinions, and I want to avoid subjectives POVs.
jss
andemotion
. Style-component seems to be gaining popularity though – Donell