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 App Router equivalent of pages/api/users.js?
A
app/users/page.tsx
B
app/api/users/route.ts (a Route Handler)
C
middleware.ts
D
app/users/loading.tsx
Check Answer