Next.js Discord

Discord Forum

can we return an component like normally with route.js

Answered
Masai Lion posted this in #help-forum
Open in Discord
Masai LionOP
.
Answered by American black bear
Route handlers is not meant for react stuff AFAIK
View full answer

8 Replies

Masai LionOP
@American black bear
so, like normally, in nextjs we can do return <Component/> in page.js
but can same be apply in rote.js?
American black bear
You return the handler in route.js?
Why would you return a component
I don't think you can export components like you do on page.js in route.js if you mean that
American black bear
Route handlers is not meant for react stuff AFAIK
Answer
Masai LionOP
alright