feat: complete wikification of War Commander batch 1&2 and final grey dot cleanup
This commit is contained in:
@@ -10,8 +10,8 @@ Next.js는 React 기반의 웹 애플리케이션 개발을 위한 프레임워
|
||||
* **스트리밍(Streaming) 및 Suspense 통합:** Next.js는 React의 Suspense API와 결합하여 서버에서 HTML을 점진적으로 스트리밍하는 기능을 지원합니다 [8]. 이를 통해 데이터 페칭 등 무거운 작업이 진행되는 동안 로딩 상태(fallback)를 브라우저에 먼저 보여주고, 완료된 조각(chunk)부터 화면에 즉시 렌더링함으로써 사용자가 느끼는 체감 대기 시간을 대폭 줄일 수 있습니다 [19, 20].
|
||||
|
||||
## 🔗 Knowledge Connections
|
||||
- **Related Topics:** `[[React Server Components]]`, `[[Server-Side Rendering (SSR)]]`, `[[Incremental Static Regeneration (ISR)]]`, `[[Hydration]]`, `[[React Compiler]]`
|
||||
- **Projects/Contexts:** `[[App Router]]`, `[[React Suspense]]`, `[[next/image]]`, `[[next/dynamic]]`
|
||||
- **Related Topics:** `[[React Server Components]]`, `[[Server-Side Rendering (SSR)]]`, `Incremental Static Regeneration (ISR)`, `[[Hydration]]`, `[[React Compiler]]`
|
||||
- **Projects/Contexts:** `App Router`, `React Suspense`, `next/image`, `next/dynamic`
|
||||
- **Contradictions/Notes:** 소스에 관련 정보가 부족합니다.
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user