skele
skele copied to clipboard
Add primitives supporting on-screen / off-screen awareness
A component may want to optimize its behavior (e.g. postpone reading) until it "shows up on screen". Define and add primitives for this.
Part of this task (on-screen off-screen notifications within scroll views) has been done in #45
The next part will be adding similar behavior for on-screen / off-screen in terms of a navigation system.