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
medium
Next.js
What's the precise difference between a Server Function and a Server Action?
A
They're identical terms
B
A Server Function is any "use server" async function; a Server Action is specifically a Server Function used for a mutation (form action / button formAction)
C
Server Actions run on the client, Server Functions run on the server
D
Server Functions are deprecated in favor of Server Actions
Check Answer