Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 397 Bytes

File metadata and controls

9 lines (6 loc) · 397 Bytes

Connect

<Example name="api/connect" view/>

When you instantiate an Overmind application it exposes the ability to connect components to the state and actions defined. This is simply done by using the connect function and pass in the component.

Any state you access in the component is automatically tracked by Overmind and the component will rerender when there is a change.