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 77
88전체적인 구조는 다음과 같습니다.
99
10- ![ flow] ( . /flow.png)
10+ ![ flow] ( /flow.png )
1111
1212## 서버 구성하기
1313
@@ -243,17 +243,15 @@ App 컴포넌트가 Streaming SSR 기반으로 렌더링 된 결과를 살펴봅
243243- Suspense 영역은 loading으로 표기되고, 나머지 영역은 초기 HTML에 포함됐습니다.
244244- index.html 요청에 대한 커넥션이 유지되고 있습니다.
245245
246- 
247-
248- <img src="./streaming-ssr-init-render.png">
246+ 
249247
250248### 최종 렌더링
251249
252250- 2초 뒤 TodoList 목록이 HTML 응답에 포함됐습니다.
253251- index.html 요청에 대한 커넥션이 종료됐습니다.
254252- DOM 요소에 ` $RC ` 함수를 통해 ` B :0 ` 영역의 요소가 ` S :0 ` 요소로 치환됐습니다.
255253
256- 
254+ 
257255
258256> [!TIP] B:0, S:0, $RC 태그는 무엇인가요?
259257>
You can’t perform that action at this time.
0 commit comments