DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
Next.js Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
easy
Next.js
What does "use client" actually mark?
A
A single component's own code only
B
A boundary — everything the file imports and renders DIRECTLY becomes part of the client bundle
C
That a component uses TypeScript
D
That a component fetches data
Check Answer