Created
January 18, 2017 13:00
-
-
Save johnfkneafsey/b4f985aa7a6c2c6a08cc215fdf3664db to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1.) How do you pass information from a child component to its parent in React? | |
Through callback functions. | |
2.) What do we mean when we talk about container components? | |
Container components are top level components that handle data fetching and render sub-components. | |
3.) What roles should the container component play? | |
See above |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment