I am trying to write my own scalajs-react components by wrapping existing JS-react components, so that they can be used from scala.js.
I am trying to understand how to do that by understanding how it is done here.
The problem is that I don't really understand macros very well, so I would like to rewrite this line without the use of macros.
How can I do that ?