Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 493 Bytes

File metadata and controls

10 lines (6 loc) · 493 Bytes

ComponentsMultiTypeHalogenHooks

Demonstrates a component that can communicate with its children that have differing types.

Expected Behavior:

Browser

A toggle button, a count button, and an input field are the children of the parent. The user can modify either of those children's values and then click the "Check now" button. The parent will get the latest state from each of its children and display all states. The parent will also display how many times it has been rendered.