- `{ value }` as the main resource to render - `{ name, onChange }` to enable upwards communication - Derive behavior from props, not from decorator parameters - `{ onPush }` to bypass filters - `{ onPull }` to retrieve value from parent - More general: - { [`on${action}`] } for upwards communication
{ value }as the main resource to render{ name, onChange }to enable upwards communication{ onPush }to bypass filters{ onPull }to retrieve value from parenton${action}] } for upwards communication