Typing React Components with Flow
Flow replaces the need for React’s PropTypes. You can catch property errors, get autocomplete info, and enforce better typing rules with flow.
Flow uncovers the same errors PropTypes would, except earlier in the development cycle, not at…