Tagged with "flow"


Shipping PropTypes from Flow definitions in NPM Packages

I have been using flow to add type safety to my JavaScript for a few months now. I have been using it mainly with my React projects. Flow is a static typechecker for JavaScript written by facebook. It follows the Unix philosophy of do one thing…

Dec 15, 2016