Browse Source

Fix broken flow link (#585)

main
Nick 7 years ago
committed by Dan Abramov
parent
commit
7c76dd505e
  1. 2
      content/docs/static-type-checking.md

2
content/docs/static-type-checking.md

@ -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

Loading…
Cancel
Save