|
1 | 1 | ---
|
2 |
| -title: Rules of React |
| 2 | +title: React Kuralları |
3 | 3 | ---
|
4 | 4 |
|
5 | 5 | <Intro>
|
6 |
| -Just as different programming languages have their own ways of expressing concepts, React has its own idioms — or rules — for how to express patterns in a way that is easy to understand and yields high-quality applications. |
| 6 | +Farklı programlama dillerinin kavramları ifade etmek için kendi yolları olduğu gibi, React'in de kalıpları anlaşılması kolay ve yüksek kaliteli uygulamalar üretecek şekilde ifade etmek için kendi deyimleri -veya kuralları- vardır. |
7 | 7 | </Intro>
|
8 | 8 |
|
9 | 9 | <InlineToc />
|
10 | 10 |
|
11 | 11 | ---
|
12 | 12 |
|
13 | 13 | <Note>
|
14 |
| -To learn more about expressing UIs with React, we recommend reading [Thinking in React](/learn/thinking-in-react). |
| 14 | +React ile kullanıcı arayüzlerini ifade etme hakkında daha fazla bilgi edinmek için [React'te Düşünme](/learn/thinking-in-react) adresini okumanızı öneririz. |
15 | 15 | </Note>
|
16 | 16 |
|
17 |
| -This section describes the rules you need to follow to write idiomatic React code. Writing idiomatic React code can help you write well organized, safe, and composable applications. These properties make your app more resilient to changes and makes it easier to work with other developers, libraries, and tools. |
| 17 | +Bu bölümde deyimsel React kodu yazmak için izlemeniz gereken kurallar açıklanmaktadır. İdiyomatik React kodu yazmak, iyi organize edilmiş, güvenli ve birleştirilebilir uygulamalar yazmanıza yardımcı olabilir. Bu özellikler uygulamanızı değişikliklere karşı daha dayanıklı hale getirir ve diğer geliştiricilerle, kütüphanelerle ve araçlarla çalışmayı kolaylaştırır. |
18 | 18 |
|
19 |
| -These rules are known as the **Rules of React**. They are rules – and not just guidelines – in the sense that if they are broken, your app likely has bugs. Your code also becomes unidiomatic and harder to understand and reason about. |
| 19 | +Bu kurallar **React'in Kuralları** olarak bilinir. Bunlar kuraldır - sadece yönergeler değil - eğer ihlal edilirlerse, uygulamanızda muhtemelen hatalar olacaktır. Ayrıca kodunuz tekdüze hale gelir ve anlaşılması ve mantık yürütülmesi zorlaşır. |
20 | 20 |
|
21 |
| -We strongly recommend using [Strict Mode](/reference/react/StrictMode) alongside React's [ESLint plugin](https://www.npmjs.com/package/eslint-plugin-react-hooks) to help your codebase follow the Rules of React. By following the Rules of React, you'll be able to find and address these bugs and keep your application maintainable. |
| 21 | +Kod tabanınızın React Kurallarına uymasına yardımcı olmak için React'in [ESLint eklentisi](https://www.npmjs.com/package/eslint-plugin-react-hooks) ile birlikte [Strict Mode](/reference/react/StrictMode) kullanmanızı şiddetle tavsiye ederiz. React Kurallarını takip ederek bu hataları bulup giderebilir ve uygulamanızın sürdürülebilirliğini koruyabilirsiniz. |
22 | 22 |
|
23 | 23 | ---
|
24 | 24 |
|
25 |
| -## Components and Hooks must be pure {/*components-and-hooks-must-be-pure*/} |
| 25 | +## Bileşenler ve Hook'lar saf olmalıdır {/*components-and-hooks-must-be-pure*/} |
26 | 26 |
|
27 |
| -[Purity in Components and Hooks](/reference/rules/components-and-hooks-must-be-pure) is a key rule of React that makes your app predictable, easy to debug, and allows React to automatically optimize your code. |
| 27 | +[Bileşenlerde ve Hook'larda Saflık](/reference/rules/components-and-hooks-must-be-pure) React'in uygulamanızı öngörülebilir, hata ayıklaması kolay ve React'in kodunuzu otomatik olarak optimize etmesini sağlayan temel bir kuralıdır. |
28 | 28 |
|
29 |
| -* [Components must be idempotent](/reference/rules/components-and-hooks-must-be-pure#components-and-hooks-must-be-idempotent) – React components are assumed to always return the same output with respect to their inputs – props, state, and context. |
30 |
| -* [Side effects must run outside of render](/reference/rules/components-and-hooks-must-be-pure#side-effects-must-run-outside-of-render) – Side effects should not run in render, as React can render components multiple times to create the best possible user experience. |
31 |
| -* [Props and state are immutable](/reference/rules/components-and-hooks-must-be-pure#props-and-state-are-immutable) – A component’s props and state are immutable snapshots with respect to a single render. Never mutate them directly. |
32 |
| -* [Return values and arguments to Hooks are immutable](/reference/rules/components-and-hooks-must-be-pure#return-values-and-arguments-to-hooks-are-immutable) – Once values are passed to a Hook, you should not modify them. Like props in JSX, values become immutable when passed to a Hook. |
33 |
| -* [Values are immutable after being passed to JSX](/reference/rules/components-and-hooks-must-be-pure#values-are-immutable-after-being-passed-to-jsx) – Don’t mutate values after they’ve been used in JSX. Move the mutation before the JSX is created. |
| 29 | +* [Bileşenler idempotent olmalıdır](/reference/rules/components-and-hooks-must-be-pure#components-and-hooks-must-be-idempotent) - React bileşenlerinin girdilerine (props, state ve context) göre her zaman aynı çıktıyı döndürdüğü varsayılır. |
| 30 | +* [Yan etkiler render dışında çalışmalıdır](/reference/rules/components-and-hooks-must-be-pure#side-effects-must-run-outside-of-render) - React, mümkün olan en iyi kullanıcı deneyimini oluşturmak için bileşenleri birden çok kez render edebileceğinden, yan etkiler render içinde çalışmamalıdır. |
| 31 | +* [Props and state are immutable](/reference/rules/components-and-hooks-must-be-pure#props-and-state-are-immutable) - Bir bileşenin prop'ları ve state'i tek bir render'a göre değişmez anlık görüntülerdir. Bunları asla doğrudan değiştirmeyin. |
| 32 | +* [Hook'ların dönüş değerleri ve argümanları değişmezdir](/reference/rules/components-and-hooks-must-be-pure#return-values-and-arguments-to-hooks-are-immutable) - Değerler bir Hook'a aktarıldıktan sonra onları değiştirmemelisiniz. JSX'teki prop'lar gibi, değerler bir Hook'a aktarıldığında değişmez hale gelir. |
| 33 | +* [Değerler JSX'e aktarıldıktan sonra değişmez](/reference/rules/components-and-hooks-must-be-pure#values-are-immutable-after-being-passed-to-jsx) - JSX'te kullanıldıktan sonra değerleri mutasyona uğratmayın. Mutasyonu JSX oluşturulmadan önce taşıyın. |
34 | 34 |
|
35 | 35 | ---
|
36 | 36 |
|
37 |
| -## React calls Components and Hooks {/*react-calls-components-and-hooks*/} |
| 37 | +## React Bileşenleri ve Hook'ları çağırır {/*react-calls-components-and-hooks*/} |
38 | 38 |
|
39 |
| -[React is responsible for rendering components and hooks when necessary to optimize the user experience.](/reference/rules/react-calls-components-and-hooks) It is declarative: you tell React what to render in your component’s logic, and React will figure out how best to display it to your user. |
| 39 | +[React, kullanıcı deneyimini optimize etmek için gerektiğinde bileşenleri ve hook'ları oluşturmaktan sorumludur](/reference/rules/react-calls-components-and-hooks) Bildirimseldir: React'e bileşeninizin mantığında neyi oluşturacağını söylersiniz ve React bunu kullanıcınıza en iyi nasıl göstereceğini bulur. |
40 | 40 |
|
41 |
| -* [Never call component functions directly](/reference/rules/react-calls-components-and-hooks#never-call-component-functions-directly) – Components should only be used in JSX. Don’t call them as regular functions. |
42 |
| -* [Never pass around hooks as regular values](/reference/rules/react-calls-components-and-hooks#never-pass-around-hooks-as-regular-values) – Hooks should only be called inside of components. Never pass it around as a regular value. |
| 41 | +* [Asla bileşen fonksiyonlarını doğrudan çağırmayın](/reference/rules/react-calls-components-and-hooks#never-call-component-functions-directly) - Bileşenler yalnızca JSX içinde kullanılmalıdır. Onları normal fonksiyonlar olarak çağırmayın. |
| 42 | +* [Hook'ları asla normal değerler olarak geçirmeyin](/reference/rules/react-calls-components-and-hooks#never-pass-around-hooks-as-regular-values) - Hook'lar yalnızca bileşenlerin içinde çağrılmalıdır. Asla normal bir değer olarak aktarmayın. |
43 | 43 |
|
44 | 44 | ---
|
45 | 45 |
|
46 |
| -## Rules of Hooks {/*rules-of-hooks*/} |
| 46 | +## Hook Kuralları {/*rules-of-hooks*/} |
47 | 47 |
|
48 |
| -Hooks are defined using JavaScript functions, but they represent a special type of reusable UI logic with restrictions on where they can be called. You need to follow the [Rules of Hooks](/reference/rules/rules-of-hooks) when using them. |
| 48 | +Hook'lar JavaScript fonksiyonları kullanılarak tanımlanır, ancak nerede çağrılabilecekleri konusunda kısıtlamaları olan özel bir yeniden kullanılabilir UI mantığı türünü temsil ederler. Bunları kullanırken [Hook Kuralları](/reference/rules/rules-of-hooks) kurallarına uymanız gerekir. |
49 | 49 |
|
50 |
| -* [Only call Hooks at the top level](/reference/rules/rules-of-hooks#only-call-hooks-at-the-top-level) – Don’t call Hooks inside loops, conditions, or nested functions. Instead, always use Hooks at the top level of your React function, before any early returns. |
51 |
| -* [Only call Hooks from React functions](/reference/rules/rules-of-hooks#only-call-hooks-from-react-functions) – Don’t call Hooks from regular JavaScript functions. |
| 50 | +* [Hook'ları yalnızca en üst seviyede çağırın](/reference/rules/rules-of-hooks#only-call-hooks-at-the-top-level) - Hook'ları döngüler, koşullar veya iç içe geçmiş fonksiyonlar içinde çağırmayın. Bunun yerine, Hook'ları her zaman React fonksiyonunuzun en üst seviyesinde, herhangi bir erken dönüşten önce kullanın. |
| 51 | +* [Hook'ları sadece React fonksiyonlarından çağırın](/reference/rules/rules-of-hooks#only-call-hooks-from-react-functions) - Hook'ları normal JavaScript fonksiyonlarından çağırmayın. |
52 | 52 |
|
0 commit comments