Danilo
11/29/2017, 3:51 PMkonsoletyper
11/29/2017, 3:58 PMdynamic
types. However, it's not very convenientFilipp Riabchun
11/30/2017, 9:44 AMFilipp Riabchun
11/30/2017, 9:55 AMkotlin-react
, typings are just a small part of it. The big part is DSL to replace JSX.
If you had only typings, you would write your render like that:
createElement(
"div",
object {
val className="foo"
val title="bar"
},
"Hello, ",
createElement("span", object {}, "World!")
)