next js with nest ja
Unanswered
Australian Freshwater Crocodile posted this in #help-forum
Australian Freshwater CrocodileOP
What is the best way to fetch nest js api to nest js
5 Replies
@Australian Freshwater Crocodile What is the best way to fetch nest js api to nest js
u mean using external nestjs api for next?
well many ways
Australian Freshwater CrocodileOP
Yes external nestjs api
@Australian Freshwater Crocodile Yes external nestjs api
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
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