Skip to content

Commit ee5fea9

Browse files
committed
Mention type defs
1 parent 37d46dd commit ee5fea9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/blog/2019-02-04-react-v16.8.0.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ Note that **to enable Hooks, all React packages need to be 16.8.0 or higher**. H
3636

3737
**React Native will fully support Hooks in its next stable release.**
3838

39+
The final TypeScript and Flow definitions are currently in review and will be available soon.
40+
3941
## Tooling Support
4042

4143
React Hooks are now fully supported by React DevTools. They are also supported in the latest Flow and TypeScript definitions for React. We strongly recommend enabling a new [lint rule called `eslint-plugin-react-hooks`](https://www.npmjs.com/package/eslint-plugin-react-hooks) to enforce best practices with Hooks. It will soon be included into Create React App by default.

0 commit comments

Comments
 (0)