reactBind

fun <S> <ERROR CLASS>.reactBind(    state: <ERROR CLASS><S>,     className: String? = null,     builder: <ERROR CLASS>.(getState: () -> S, changeState: ((S) -> S) -> Unit) -> Unit): React<S>

DSL builder extension function for binding to ObservableState

It takes the same parameters as the constructor of the built component.