This is the eleventh video in the Learning React 2021 Series.
This video explains how you can use PropTypes to enhance error checking for your components which will improve their reuse.
Also discussed is the built-in props.children attribute.
Code from video: https://github.com/prof3ssorSt3v3/react-2021-series/tree/episode-11
PropTypes documentation: https://reactjs.org/docs/typechecking-with-proptypes.html#