Slide 18
Slide 18 text
November 2018 Jordan Hawker 18
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
– Working up from the bottom of the tree is optimal
– When child reports, check parent for interactivity
●
Common method to check complex conditions