You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/reference/react/Component.md
+4-15Lines changed: 4 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -724,11 +724,7 @@ React'e yeniden rendermanın atlanabileceğini söylemek için `false` döndür
724
724
725
725
#### Uyarılar {/*shouldcomponentupdate-caveats*/}
726
726
727
-
<<<<<<< HEAD
728
-
- Bu metod *yalnızca* bir performans optimizasyonu olarak mevcuttur. Bileşeniniz onsuz bozuluyorsa, önce onu düzeltin.
729
-
=======
730
-
- This method *only* exists as a performance optimization. If your component breaks without it, fix that first.
731
-
>>>>>>> abe931a8cb3aee3e8b15ef7e187214789164162a
727
+
- Bu method *yalnızca* bir performance optimization olarak vardır. Component’iniz onsuz bozuluyorsa, önce bunu fix edin.
732
728
733
729
- `shouldComponentUpdate`'i elle yazmak yerine [`PureComponent`](/reference/react/PureComponent) kullanmayı düşünün. `PureComponent`, prop'ları ve state'i yüzeysel olarak karşılaştırır ve gerekli bir güncellemeyi atlama şansınızı azaltır.
734
730
@@ -1278,17 +1274,10 @@ Varsayılan olarak, uygulamanız renderlama sırasında bir hata fırlatırsa, R
1278
1274
<Note>
1279
1275
Hata sınırları şunlar için hataları yakalamaz:
1280
1276
1281
-
<<<<<<<HEAD
1282
-
- Olay işleyicileri [(daha fazla bilgi)](/learn/responding-to-events)
- Hata sınırının kendisinde (alt bileşenleri yerine) fırlatılan hatalar
1285
-
- Asenkron kod (örneğin`setTimeout` veya `requestAnimationFrame` geri çağrıları); bunun bir istisnası [`useTransition`](/reference/react/useTransition) Hook'u tarafından döndürülen [`startTransition`](/reference/react/useTransition#starttransition) fonksiyonunun kullanımıdır. Geçiş fonksiyonu içinde fırlatılan hatalar hata sınırları tarafından yakalanır [(daha fazla bilgi)](/reference/react/useTransition#displaying-an-error-to-users-with-error-boundary)
-Event handler’lar [(daha fazla bilgi edinin)](/learn/responding-to-events)
1288
1278
- [Server side rendering](/reference/react-dom/server)
1289
-
- Errors thrown in the error boundary itself (rather than its children)
1290
-
- Asynchronous code (e.g. `setTimeout` or `requestAnimationFrame` callbacks); an exception is the usage of the [`startTransition`](/reference/react/useTransition#starttransition) function returned by the [`useTransition`](/reference/react/useTransition) Hook. Errors thrown inside the transition function are caught by error boundaries [(learn more)](/reference/react/useTransition#displaying-an-error-to-users-with-error-boundary)
1291
-
>>>>>>> abe931a8cb3aee3e8b15ef7e187214789164162a
1279
+
-Error boundary’nin kendisinde throw edilen error’lar (children’larında değil)
1280
+
- Asynchronous code (örn. `setTimeout` veya `requestAnimationFrame` callback’leri); bunun bir istisnası, [`useTransition`](/reference/react/useTransition) Hook’u tarafından return edilen [`startTransition`](/reference/react/useTransition#starttransition) function’ının kullanımıdır. Transition function içinde throw edilen error’lar error boundary’ler tarafından catch edilir [(dahafazlabilgiedinin)](/reference/react/useTransition#displaying-an-error-to-users-with-error-boundary)
0 commit comments