Slide 19
Slide 19 text
Approach
• Leverage hooks to approximate rendering
• Account for async behavior (e.g. requests, images)
• Capture per-component events & roll up to page
• Tie parents to their children to bubble data
• Work up from the bottom of the tree
• When child reports, check parent interactivity
• Common method to check complex conditions