PropTypes and Flow cover similar things but are using different approaches. PropTypes can give you warnings during runtime, which can be helpful to quickly find malformed respon
I believe the missed point here is that Flow is a static checker while PropTypes is a runtime checker, which means