Skip to content

Latest commit

 

History

History

ComponentsMultiTypeHalogenHooks

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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.