Props check and default values

props sane definition is essential to ensure that proper data input. Considering the addition of Redux, a lot of props come from dispatch or Redux state. But other are standard props. To enforce data integrity and comply with my OCD, I put some:

  • PropTypes type check
  • Props default values

Articles: