Next.js Discord

Discord Forum

should page.tsx always be async server component? can it be client component and not async?

Unanswered
Chinese softshell turtle posted this in #help-forum
Open in Discord
Chinese softshell turtleOP
or its best practice to keep it server component and async

2 Replies

American Crow
it should be async when using Promises (await, .then) within it
otherwise not