Use React the cloneWithProps method to interact with child components

InstructorJoe Maddalone

Share this video with your friends

Send Tweet

this.props.children allows child components to pass through, but in order to interact with or add new functionality to them React.addons provides cloneWithProps.