A Guide to Next.js API Routes

Build full-stack React apps with an API — no configuration required

Trey Huffine
Level Up Coding
Published in
6 min readJan 8, 2020

--

In Next.js v9, API routes were introduced which allow you to create RESTful endpoints as part of your Next folder structure. We are able to add business logic to our apps without needing to write any additional custom server code, giving us everything we to write full-stack React + Node apps.

--

--

Founder | Software Engineer. Building products that empower individuals.