File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/content/reference/rules Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -119,8 +119,8 @@ Bu hataları yakalamak için [`eslint-plugin-react-hooks` eklentisini](https://w
119
119
120
120
Hook'ları normal JavaScript fonksiyonlarından çağırmayın. Bunun yerine şunları yapabilirsiniz:
121
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 ) .
122
+ ✅ React fonksiyon bileşenlerinden Hook'ları çağırın .
123
+ ✅ Hook'ları [ özel Hook'lar ] ( /learn/reusing-logic-with-custom-hooks#extracting-your-own-custom-hook-from-a-component ) 'dan çağırın .
124
124
125
125
By following this rule, you ensure that all stateful logic in a component is clearly visible from its source code.
126
126
You can’t perform that action at this time.
0 commit comments