React

constructor(state: S, className: String? = null, builder: ChildrenBuilder.(getState: () -> S, changeState: ((S) -> S) -> Unit) -> Unit)(source)

Parameters

S

state type

className

CSS class names

builder

a builder function for external react components with support for the state holder.