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...
CSS Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
hard
CSS
Why is traditional CSS-in-JS's runtime style injection model architecturally incompatible with React Server Components?
A
Server Components don't support any styling at all
B
Server Components have no client-side JavaScript runtime to inject a <style> tag into, since they don't hydrate on the client
C
React Server Components are not real, this is a hypothetical scenario
D
CSS-in-JS libraries are too large in file size for Server Components
Check Answer