Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save hfagerlund/d04462607cbedc593bac6e0b657b0d6e to your computer and use it in GitHub Desktop.
Save hfagerlund/d04462607cbedc593bac6e0b657b0d6e to your computer and use it in GitHub Desktop.
data loop
---------------------
| |
| Parent component |
| <App /> |
---------------------
| | ▲
| | 1. props |
| | | 2. callback functions
| ▼ |
3. props | ---------------------
| | Child 1 component |
| | <Controls /> |
| ---------------------
|
---------------------
| Child 2 component |
| <Ridings /> |
---------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment