Next.js Discord

Discord Forum

next js with nest ja

Unanswered
Australian Freshwater Crocodile posted this in #help-forum
Open in Discord
Avatar
Australian Freshwater CrocodileOP
What is the best way to fetch nest js api to nest js

5 Replies

Avatar
u mean using external nestjs api for next?
well many ways
Avatar
Australian Freshwater CrocodileOP
Yes external nestjs api
Avatar
Spectacled bear
I would say, try to use server components the most
In this way you could fetch directly from your server components the data you have in your Nest app

If you need to fecth at some point from you client components, use server actions or route handlers