mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 20:23:08 +00:00
Fix broken flow link (#585)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user