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
A team builds a webhook receiver for a third-party payment provider. Should this be a Route Handler or a Server Action?
A
A Server Action — it's simpler
B
A Route Handler — the caller (the payment provider) is entirely outside the app's own React tree/UI
C
Either works identically
D
Neither — this requires a separate server
Check Answer