DEV Community

Discussion on: How to use Notion API with NextJS

Collapse
 
taimoorsattar7 profile image
Taimoor Sattar

You don't need to create seperate express server. NextJS has it's own built API route support.

Collapse
 
geobrodas profile image
Georgey • Edited

Yeah @taimoorsattar7 , I'm new to NextJS, I realised it soon afterwards.
But since this is a beginner's tutorial, I wanted to include creating a server using express. And I feel Notion API is the best way to get started with API's

But seriously,NextJS is so special! Thanks for reminding!