Skip to content

Commit 54bd4cd

Browse files
committed
docs: update useDeferredValue.md
1 parent c266e87 commit 54bd4cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/reference/react/useDeferredValue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ input { margin: 10px; }
245245

246246
</Sandpack>
247247

248-
A common alternative UI pattern is to *defer* updating the list of results and to keep showing the previous results until the new results are ready. Call `useDeferredValue` to pass a deferred version of the query down:
248+
흔히 사용되는 또 다른 UI 패턴은 결과 목록의 업데이트를 지연(*defer*) 하고, 새로운 결과가 준비될 때까지 이전 결과를 계속 표시하는 것입니다. `useDeferredValue`를 호출하여 쿼리의 지연된 버전을 전달하세요:
249249

250250
```js {3,11}
251251
export default function App() {

0 commit comments

Comments
 (0)