We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eb29c6 commit c316b04Copy full SHA for c316b04
src/content/reference/rules/rules-of-hooks.md
@@ -117,7 +117,7 @@ Bu hataları yakalamak için [`eslint-plugin-react-hooks` eklentisini](https://w
117
118
## Hook'ları yalnızca React fonksiyonlarından çağırın {/*only-call-hooks-from-react-functions*/}
119
120
-Don’t call Hooks from regular JavaScript functions. Instead, you can:
+Hook'ları normal JavaScript fonksiyonlarından çağırmayın. Bunun yerine şunları yapabilirsiniz:
121
122
✅ Call Hooks from React function components.
123
✅ Call Hooks from [custom Hooks](/learn/reusing-logic-with-custom-hooks#extracting-your-own-custom-hook-from-a-component).
0 commit comments