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
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 itotherwise not