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/useDeferredValue.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,12 +89,9 @@ function SearchPage() {
89
89
90
90
이 예시에서는 Suspense 지원 데이터 소스 중 하나를 사용한다고 가정합니다.
91
91
92
-
-[Relay](https://relay.dev/docs/guided-tour/rendering/loading-states/)와 [Next.js](https://nextjs.org/docs/getting-started/react-essentials) 같이 Suspense가 가능한 프레임워크를 사용한 데이터 가져오기.
92
+
-[Relay](https://relay.dev/docs/guided-tour/rendering/loading-states/)와 [Next.js](https://nextjs.org/docs/app/getting-started/fetching-data#with-suspense) 같이 Suspense를 지원하는 프레임워크로 데이터 가져오기.
93
93
-[`lazy`](/reference/react/lazy)를 활용한 지연 로딩 컴포넌트.
94
94
-[`use`](/reference/react/use)를 사용해서 Promise 값 읽기.
95
-
- Data fetching with Suspense-enabled frameworks like [Relay](https://relay.dev/docs/guided-tour/rendering/loading-states/) and [Next.js](https://nextjs.org/docs/app/getting-started/fetching-data#with-suspense)
96
-
- Lazy-loading component code with [`lazy`](/reference/react/lazy)
97
-
- Reading the value of a Promise with [`use`](/reference/react/use)
98
95
99
96
[Suspense와 그 한계에 대해 자세히 알아보기](/reference/react/Suspense).
0 commit comments