Actualités

Using inline styles, :pseudo classes are not available. However they can be substitued easily with react's this.state.. Doing so, often requires tests like this.state.hover && "hoverStyle" to apply ...
You will need to choose the react-with-styles interface that corresponds to the underlying CSS-in-JS framework that you use in your app. Look through the list of existing interfaces, or write your own ...