Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explain conventions #28

Open
davidbonnet opened this issue Jan 10, 2019 · 0 comments
Open

Explain conventions #28

davidbonnet opened this issue Jan 10, 2019 · 0 comments
Assignees

Comments

@davidbonnet
Copy link
Member

davidbonnet commented Jan 10, 2019

  • { 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
@davidbonnet davidbonnet self-assigned this Jan 10, 2019
@davidbonnet davidbonnet changed the title Explain naming conventions Explain conventions Jan 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant