What is PropTypes in React.js? Jan 30, 2016 In React, one component communicate with other component using props. Look into the code how the parent component communicate with child. view source Advertisement