I quite like the inline CSS pattern in React and decided to use it.
However, you can\'t use the :hover and similar selectors. So what\'s the best way to
:hover
Full CSS support is exactly the reason this huge amount of CSSinJS libraries, to do this efficiently, you need to generate actual CSS, not inline styles. Also inline styles are much slower in react in a bigger system. Disclaimer - I maintain JSS.