and then you can use `stateBinding` component to b...
# kvision
r
and then you can use
stateBinding
component to bind directly to the store:
Copy code
stateBinding(myStore) { state ->
    // you can use state for anything you need
	div(...) 
	button(...)
}