There are important changes in how we use and declare default props and their types.
React.createClass
In this version, the propTypes property is an Object in which we can declare the type for each prop. The getDefaultProps property is a function that returns an Object to create the initial props....