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
hard
Next.js
Library authors building a component library are advised to do what regarding "use client"?
A
Never use it, to maximize compatibility
B
Add it to entry points that rely on client-only features, so consumers can import components into Server Components without needing wrapper components themselves
C
Add it to every single file regardless of need
D
It's not relevant to library authors
Check Answer