PropTypes validation

To validate the required injection of style declarations as props to the component, we add the PropTypes requirement validator to the defined component.

mern-skeleton/client/core/Home.js:

Home.propTypes = {  classes: PropTypes.object.isRequired}

Get Full-Stack React Projects now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.