+
+ Fragment refs can manage event listeners on the first level of host
+ children. This page loads with an effect that sets up click event
+ hanndlers on each child card. Clicking on a card will show an alert
+ with the card's text.
+
+
+ New child nodes will also have event listeners applied. Removed
+ nodes will have their listeners cleaned up.
+
+
+
+