React Props Validation

App.propTypes is used for props validation in react component. In this example, we will create App component with all the props.

Code :