Skip to content

Explain conventions #28

@davidbonnet

Description

@davidbonnet
  • { 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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions