Nail Gilaziev
ReactDOMComponent
package react.dom
class Application : ReactDOMComponent<ReactComponentNoProps, ApplicationPageState>() { companion object : ReactComponentSpec<Application, ReactComponentNoProps, ApplicationPageState> }
Application{}
ReactDOM.render(document.getElementById("content")) { div { Application {} } }
fun RBuilder.ticker(startFrom: Int = 0) = child(Ticker::class) { attrs.startFrom = startFrom }
A modern programming language that makes developers happier.