The docs are too express-centric when it comes to NextJS integration, but I don't want to use NextJS...
t
The docs are too express-centric when it comes to NextJS integration, but I don't want to use NextJS for the backend.
r
hey @toastdevv we don't have any guide for this unfortunately.
plus, our middleware APIs are only http and not trpc based
t
Well tRPC doesn't make any difference, but I don't want to use express, just NextJS's normal API routers
r
we don't really use express in the nextjs docs. We use nextjs api itself.
t
But it says express here
r
thats only for types
t
So would I need to install express for that or I'm I fine with NextApiRequest/NextApiResponse? Or are should I just install express' types?
r
you don't need to install express types
t
How about express?
r
u don't need it
t
Alright then, thanks!