StateBinding(store: ReduxStore<S, A>, container: CONT, factory: CONT.(S) -> CONTENT)
Creates StateBinding which binds the redux store with the given container.
factory
- a function which re-creates the view based on the given state
Constructor
Creates StateBinding which binds the redux store with the given container.