Deploy Next.js in seconds →

Skip to content

Next.js

Learn
ShowcaseDocsBlogAnalyticsExamplesEnterprise
Feedback
Learn

Foundations

  • About Next.js
  • From JavaScript to React
  • From React to Next.js
  • How Next.js Works

Create your first app

  • Create a Next.js App
  • Navigate Between Pages
  • Assets, Metadata, and CSS
  • Pre-rendering and Data Fetching
  • Dynamic Routes
  • API Routes
    • Setup
    • Creating API Routes
    • API Routes Details
  • Deploying Your Next.js App

Search Engine Optimization

  • Introduction to SEO
  • Crawling and Indexing
  • Rendering and Ranking
  • Performance & Core Web Vitals
  • Improving your Core Web Vitals
  • Monitoring your Core Web Vitals

Excel

  • TypeScript
0 points

Foundations

  • About Next.js
  • From JavaScript to React
  • From React to Next.js
  • How Next.js Works

Create your first app

  • Create a Next.js App
  • Navigate Between Pages
  • Assets, Metadata, and CSS
  • Pre-rendering and Data Fetching
  • Dynamic Routes
  • API Routes
    • Setup
    • Creating API Routes
    • API Routes Details
  • Deploying Your Next.js App

Search Engine Optimization

  • Introduction to SEO
  • Crawling and Indexing
  • Rendering and Ranking
  • Performance & Core Web Vitals
  • Improving your Core Web Vitals
  • Monitoring your Core Web Vitals

Excel

  • TypeScript

API Routes

1
2
3
4

Next.js has support for API Routes, which let you easily create an API endpoint as a Node.js serverless function. Although it’s not necessary for our blog app, we’ll briefly talk about how to use it in this lesson.

What You’ll Learn in This Lesson

In this lesson, you’ll learn:

  • How to create an API Route.
  • Some useful information on API Routes.
Start Now →

Was this helpful?

You can also ask the community on GitHub Discussions.

General resources

Docs

Learn

Showcase

Blog

Analytics

Next.js Conf

Live

More

Commerce

Contact Sales

GitHub

Releases

Telemetry

About Vercel

Next.js + Vercel

Open Source Software

GitHub

Twitter

Legal

Privacy Policy

Copyright © 2022 Vercel, Inc. All rights reserved.