C.W.K.
Stream
← C.W.K. Quests

Next.js Quest

최근 수정: 2026-05-03

App Router, Server Component, caching, action, production ship

App Router 중심 Next.js 16 course: file-system routing, Server & Client Component, v15+ caching model, Server Action, Route Handler, Proxy rename, styling, optimization, deployment.

8 tracks · 68 lessons · ~42h · difficulty: intermediate

Level 0Curious
0 XP0/68 lessons0/11 achievements
0/120 XP to next level120 XP to go0% complete
Pages Router 와 옛 'React 에 SSR 갖다 붙인' mental model 은 이 quest 에서 사라졌어. Framework 가 오늘 사용되길 기대하는 방식대로 Next.js 16 배워 — folder 가 곧 route, component 가 server-default, mutation 이 Server Action, cache 가 의도적으로 opt-in 하는 거. 8 track, 68 lesson, 모든 code block 이 latest stable 에서 runnable.

Tracks

  1. 01Why Next.js? Foundations

    0/8 lessons

    React 은 library, Next.js 가 그 둘레 framework

    Next.js 가 어디 들어가는지, 뭘 주는지, default on 으로 project bootstrap 하는 법.

    Lesson list (8)퀴즈 · 4 문제
  2. 02🗺️App Router & Routing

    0/10 lessons

    File-system routing, layout, dynamic, parallel route

    App Router 가 folder 를 URL 로 mapping 하고, layout 살리고, loading/error/parallel slot 으로 compose 하는 법.

    Lesson list (10)퀴즈 · 4 문제
  3. 03Server & Client Components

    0/8 lessons

    Default 가 server-first, client 는 필요한 자리에만

    Component 가 server 에서 도는 때, browser 로 ship 되는 때, 그리고 data 또는 bundle 안 새게 둘 compose 하는 법.

    Lesson list (8)퀴즈 · 4 문제
  4. 04🔄Data Fetching & Caching

    0/9 lessons

    Component 안 fetch, 의도적 cache, on-demand invalidate

    Server Component fetching, v15 cache flip, ISR, on-demand revalidation, streaming, 새 `'use cache'` directive.

    Lesson list (9)퀴즈 · 4 문제
  5. 05✏️Server Actions & Forms

    0/8 lessons

    Mutation 을 function 으로, form 을 platform primitive 로

    Mutation 을 inline 선언, JS 없이 작동하는 form render, Zod 로 validate, optimistic UI ship.

    Lesson list (8)퀴즈 · 4 문제
  6. 06🔀Route Handlers, Auth & Middleware

    0/9 lessons

    API route, 새 proxy.ts, auth, env, i18n

    Public surface 위한 Route Handler, cross-cutting concern 위한 Proxy (옛 Middleware), Auth.js / Clerk / Supabase, env variable, internationalization, error handling.

    Lesson list (9)퀴즈 · 4 문제
  7. 07🎨Styling, Images & Optimization

    0/8 lessons

    Tailwind, CSS Module, font, image, script, Web Vitals

    Framework default 와 안 싸우고 Next.js 에서 styling, image-optimize, ship-fast 하는 법.

    Lesson list (8)퀴즈 · 4 문제
  8. 08🚀Deployment & Production

    0/8 lessons

    Vercel, self-hosting, Docker, monitoring, launch checklist

    Next.js 를 Vercel, 본인 box, 또는 다른 어디든 ship — 그리고 live 가기 전에 뭐 verify 할지.

    Lesson list (8)퀴즈 · 4 문제
이 페이지에서 버그를 발견하셨거나 피드백이 있으세요?문제 신고

댓글 0

🔔 답글 알림 (로그인 필요)
로그인댓글을 남기려면 로그인해 주세요.

아직 댓글이 없어요. 첫 댓글을 남겨보세요.