Skip to content

Commit

Permalink
Mention type defs
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Feb 1, 2019
1 parent 37d46dd commit ee5fea9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/blog/2019-02-04-react-v16.8.0.md
Expand Up @@ -36,6 +36,8 @@ Note that **to enable Hooks, all React packages need to be 16.8.0 or higher**. H

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

The final TypeScript and Flow definitions are currently in review and will be available soon.

## Tooling Support

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.
Expand Down

0 comments on commit ee5fea9

Please sign in to comment.