cul-2016 / quiz

11 stars 4 forks source link

Upgrading React/Redux game #22

Open minaorangina opened 8 years ago

minaorangina commented 8 years ago

18

Idiomatic Redux egghead course

minaorangina commented 8 years ago

Using PropTypes to validate props

React.PropTypes has a bunch of validators to make sure you don't get the wrong type/number of props.

Details on how deep you can go with this here