Hacker News new | ask | show | jobs
by casesandberg 3659 days ago
So it translates everything back to CSS, is that how it handles hover and pseudo classes?
1 comments

Yes, exactly - it also produces smaller file sizes and in our experience it's faster.

It's also nice to be able to use classes and integrate with CSS seamlessly when you need to.

Is it possible to use state or props in the CSS though? How does it handle that? Say I wanted the color of a title to be controlled via props, how would I do that with your solution?