Skip to content

Instantly share code, notes, and snippets.

@johnfkneafsey
Created January 18, 2017 13:00
Show Gist options
  • Save johnfkneafsey/b4f985aa7a6c2c6a08cc215fdf3664db to your computer and use it in GitHub Desktop.
Save johnfkneafsey/b4f985aa7a6c2c6a08cc215fdf3664db to your computer and use it in GitHub Desktop.
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