Slide 13
Slide 13 text
November 2018 Jordan Hawker 13
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