Skip to content

Commit 8f4fa79

Browse files
authored
Merge pull request #3385 from bambery/patch-9
Update part7b.md to remove reference to create-react-app
2 parents 4b80205 + b549523 commit 8f4fa79

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/content/7/en/part7b.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ As mentioned in [part 1](/en/part1/a_more_complex_state_debugging_react_apps#rul
2626
- Call Hooks from React function components.
2727
- Call Hooks from custom Hooks
2828

29-
There's an existing [ESlint](https://www.npmjs.com/package/eslint-plugin-react-hooks) rule that can be used to verify that the application uses hooks correctly.
30-
31-
Create-react-app has the readily-configured rule [eslint-plugin-react-hooks](https://www.npmjs.com/package/eslint-plugin-react-hooks) that complains if hooks are used in an illegal manner:
29+
There's an existing [ESlint plugin](https://www.npmjs.com/package/eslint-plugin-react-hooks) that can be used to verify that the application uses hooks correctly:
3230

3331
![vscode error useState being called conditionally](../../images/7/60ea.png)
3432

0 commit comments

Comments
 (0)