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 loading.tsx actually do, mechanically?
A
It's a custom Next.js-only loading mechanism unrelated to React
B
Next.js automatically wraps page.tsx (and its children) in a React <Suspense> boundary, using loading.tsx as the fallback
C
It disables Server Components for that route
D
It's a client-side polling mechanism
Check Answer