Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 371 Bytes

File metadata and controls

9 lines (6 loc) · 371 Bytes

Connect

h(Example, { name: "api/connect", view: true })

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 connect.

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