Skip to main content

React

Hooks for functional components

You use hooks to pull down actions and values from your logic.

When you use a hook, Kea makes sure the logic is mounted as your component renders, and is automatically unmounted when your component is removed from React.

Wrapping for class components

BindLogic

Use React Context to remember a logic's props down the tree.

Questions & Answers

Ask questions about this page here.