Created
May 23, 2016 04:58
-
-
Save davepoon/4036310e3dd7273d5ca4706ef1298946 to your computer and use it in GitHub Desktop.
Pass props to {this.props.children}
This file contains 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
// instead of this.props.children, we use the following syntax to pass props to children components | |
{React.cloneElement(this.props.children, this.props)} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment