Skip to content

Commit 4909691

Browse files
authored
Remove duplicated other language contents (#228)
1 parent d66f585 commit 4909691

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

content/docs/concurrent-mode-suspense.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ next: concurrent-mode-patterns.html
2323
2424
</div>
2525

26-
React 16.6 added a `<Suspense>` component that lets you "wait" for some code to load and declaratively specify a loading state (like a spinner) while we're waiting:
27-
2826
React 16.6 버전에서는 코드를 불러오는 동안 "기다릴 수 있고", 기다리는 동안 로딩 상태(스피너와 같은 것)를 선언적으로 지정할 수 있도록 `<Suspense>` 컴포넌트가 추가되었습니다.
2927

3028
```jsx
@@ -109,8 +107,6 @@ Suspense는 위의 문제에 대한 기존의 접근 방식과는 상당히 다
109107

110108
* **Suspense는 데이터 불러오기에 대한 구현이 아닙니다.** 당신이 GraphQL, REST, 또는 그 이외의 특정한 데이터 형식, 라이브러리, 통신 방식, 프로토콜 등
111109

112-
* **It is not a data fetching implementation.** It does not assume that you use GraphQL, REST, or any other particular data format, library, transport, or protocol.
113-
114110
* **Suspense는 바로 사용할 수 있는 클라이언트가 아닙니다.** `fetch` 또는 Relay를 Suspense로 "대체"할 수 없습니다. 다만, Suspense로 통합된 라이브러리를 사용할 수는 있습니다(예를 들어, [새로운 Relay API](https://relay.dev/docs/en/experimental/api-reference)와 같은 것이 있습니다).
115111

116112
* **Suspense는 데이터 불러오기 작업과 뷰 레이어를 결합해주지 않습니다.** UI 상에 로딩 상태를 표시할 수 있도록 조정하는 것을 돕지만, 이는 네트워크 로직을 React 컴포넌트에 종속시키는 것은 아닙니다.

0 commit comments

Comments
 (0)