hoangvvo / next-connect

The TypeScript-ready, minimal router and middleware layer for Next.js, Micro, Vercel, or Node.js http/http2
https://www.npmjs.com/package/next-connect
MIT License
1.64k stars 65 forks source link

Add Next.js 14 Example with Implementation of next-connect #245

Closed zehan12 closed 6 months ago

zehan12 commented 6 months ago

Create a comprehensive example for Next.js 14, demonstrating the integration of next-connect for better understanding

barbietunnie commented 6 months ago

Here's an example that uses Next.js 13/14 Route Handler @zehan12.

zehan12 commented 6 months ago

Thanks @barbietunnie