We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c316b04 commit a1f5266Copy full SHA for a1f5266
1 file changed
src/content/reference/rules/rules-of-hooks.md
@@ -119,8 +119,8 @@ Bu hataları yakalamak için [`eslint-plugin-react-hooks` eklentisini](https://w
119
120
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).
+✅ React fonksiyon bileşenlerinden Hook'ları çağırın.
+✅ Hook'ları [özel Hook'lar](/learn/reusing-logic-with-custom-hooks#extracting-your-own-custom-hook-from-a-component)'dan çağırın.
124
125
By following this rule, you ensure that all stateful logic in a component is clearly visible from its source code.
126
0 commit comments