Skip to content

Commit e5a987b

Browse files
committed
Tweaks
1 parent 95258c0 commit e5a987b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

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

3737
**React Native will support Hooks in the [0.60 release](https://github.com/react-native-community/react-native-releases/issues/79#issuecomment-457735214).**
3838

39-
The latest TypeScript and Flow definitions for React support Hooks. The Flow definitions will be updated to the final `useReducer` API in the next Flow release.
40-
4139
## Tooling Support
4240

4341
React Hooks are now 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.
@@ -84,6 +82,7 @@ Refer to the documentation for [detailed installation instructions](/docs/instal
8482
### ESLint Plugin for React Hooks
8583

8684
>Note
85+
>
8786
>As mentioned above, we strongly recommend using the `eslint-plugin-react-hooks` lint rule.
8887
>
8988
>If you're using Create React App, instead of manually configuring ESLint you can wait for the next version of `react-scripts` which will come out shortly and will include this rule.

0 commit comments

Comments
 (0)