Skip to content

Commit 240dad9

Browse files
committed
update-10
#usedeferredvalue-config section
1 parent 32913c6 commit 240dad9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/docs/concurrent-mode-reference.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -203,12 +203,12 @@ Bu, web sayfasının duyarlı hissedilmesini sağlayan `input` için yeni metni
203203

204204
**Değerleri geciktirmeyi derinlemesine incelemek için, [Eşzamanlı Kullanıcı Arayüzü Desenlerine](/docs/concurrent-mode-patterns.html#deferring-a-value) göz atabilirsiniz.**
205205

206-
#### useDeferredValue Config {#usedeferredvalue-config}
206+
#### useDeferredValue Yapılandırması {#usedeferredvalue-config}
207207

208208
```js
209209
const SUSPENSE_CONFIG = { timeoutMs: 2000 };
210210
```
211211

212-
`useDeferredValue` accepts an **optional Suspense Config** with a `timeoutMs`. This timeout (in milliseconds) tells React how long the deferred value is allowed to lag behind.
212+
`useDeferredValue` **isteğe bağlı Suspense Yapılandırması** ile bir `timeoutMs` alır. Bu zaman aşımı (milisaniye cinsinden) React'e ertelenen değerin ne kadar gecikmesine izin verildiğini bildirir.
213213

214-
React will always try to use a shorter lag when network and device allows it.
214+
React, ağ ve cihaz şartları mumkün olduğunda her zaman daha kısa bir gecikme kullanmaya çalışacaktır.

0 commit comments

Comments
 (0)