Fix broken flow link (#585)

This commit is contained in:
Nick
2018-02-05 17:33:05 +00:00
committed by Dan Abramov
parent 63a5039f12
commit 7c76dd505e

View File

@@ -6,7 +6,7 @@ prev: typechecking-with-prototypes.html
next: refs-and-the-dom.html
---
Static type checkers like [Flow](https://flowtype.org/) and [TypeScript](https://www.typescriptlang.org/) identify certain types of problems before you even run your code. They can also improve developer workflow by adding features like auto-completion. For this reason, we recommend using Flow or TypeScript instead of `PropTypes` for larger code bases.
Static type checkers like [Flow](https://flow.org/) and [TypeScript](https://www.typescriptlang.org/) identify certain types of problems before you even run your code. They can also improve developer workflow by adding features like auto-completion. For this reason, we recommend using Flow or TypeScript instead of `PropTypes` for larger code bases.
## Flow