hands-on icon indicating copy to clipboard operation
hands-on copied to clipboard

React 18 + migration on Emotion

Open turansky opened this issue 3 years ago • 1 comments
trafficstars

React 18:

  • react.dom.render -> react.dom.client.createRoot

Emotion (instead of kotlin-react-css):

  • react.css.css -> emotion.react.css

turansky avatar Apr 24 '22 18:04 turansky

Chapter 3 from the React tutorial, in line 184 and following recommends using kotlin-react-css which has been removed from kotlin-wrappers (see the release notes). Please modify this tutorial with updated best practices.

jfontsaballs avatar Jun 23 '22 19:06 jfontsaballs