File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 7
7
8
8
전체적인 구조는 다음과 같습니다.
9
9
10
- ![ flow] ( . /flow.png)
10
+ ![ flow] ( /flow.png )
11
11
12
12
## 서버 구성하기
13
13
@@ -243,17 +243,15 @@ App 컴포넌트가 Streaming SSR 기반으로 렌더링 된 결과를 살펴봅
243
243
- Suspense 영역은 loading으로 표기되고, 나머지 영역은 초기 HTML에 포함됐습니다.
244
244
- index.html 요청에 대한 커넥션이 유지되고 있습니다.
245
245
246
- 
247
-
248
- <img src="./streaming-ssr-init-render.png">
246
+ 
249
247
250
248
### 최종 렌더링
251
249
252
250
- 2초 뒤 TodoList 목록이 HTML 응답에 포함됐습니다.
253
251
- index.html 요청에 대한 커넥션이 종료됐습니다.
254
252
- DOM 요소에 ` $RC ` 함수를 통해 ` B :0 ` 영역의 요소가 ` S :0 ` 요소로 치환됐습니다.
255
253
256
- 
254
+ 
257
255
258
256
> [!TIP] B:0, S:0, $RC 태그는 무엇인가요?
259
257
>
You can’t perform that action at this time.
0 commit comments