본문 바로가기

Front-End

[Next.js] Using API Router(Router Handlers) in App router

https://pozafly.github.io/nextjs/about-modularizing-api-routes-code-in-nextjs/

 

Next.js의 API Routes 코드 모듈화에 대해서

API Routes를 사용하면 코드가 매우 지저분해진다. API Routes를 사용하면서 어떻게 하면 코드를 보기 좋은 형태로 남길 수 있을지 고민한 흔적.

pozafly.github.io

https://stackoverflow.com/questions/75418329/how-do-you-put-api-routes-in-the-new-app-folder-of-next-js

 

How do you put api routes in the new app folder of Next.js?

I have a test API under: pages\api\accounts\login.js. And I am learning the new app folder, which is still an experimental feature in Next.js (as of today). Is it possible to move my login script i...

stackoverflow.com

https://nextjs.org/docs/app/building-your-application/routing/route-handlers

 

Routing: Route Handlers | Next.js

Create custom request handlers for a given route using the Web's Request and Response APIs.

nextjs.org

 

pages router로 구성되어있는 next 프로젝트의 코드를 app router로 구성되어있는 내 프로젝트에서 쓰려고 하니까 문제가 이만저만이 아니다.. 몇시간째 이 오류만 해결중....