Phase 10 · Full-Stack Frameworks
TopicsAPI Routes & Server Actions
Part of the Full Stack Developer Roadmap.
Summary
Next.js's built-in ways to write backend logic inside the same project as your frontend — API routes for traditional endpoints, Server Actions for form-submission-style mutations callable directly from components.
How to Learn This
- 1Build a simple API route and call it from a client component.
- 2Build a form that submits directly to a Server Action instead of a separate API call.
- 3Compare when you'd reach for one vs the other.
More topics in Full-Stack Frameworks
Stuck on this topic? Ask an Insider
Get 1:1 guidance from people who've walked this exact path — free on the InsideEdge app.