reactBind
fun <S> Container.reactBind(state: ObservableState<S>, className: String? = null, builder: ChildrenBuilder.(getState: () -> S, changeState: ((S) -> S) -> Unit) -> Unit): React<S>(source)
DSL builder extension function for binding to ObservableState
It takes the same parameters as the constructor of the built component.