Custom PropType validation with React (part 1 - a basic checker)
React offers many features to assist developers, including a great suite of validators for checking the props set for a component are as expected. The full details are available in the React Documentation [https://facebook.github.io/react/docs/reusable-components.html] but the core library covers most bases. You can…