FlashcardIntermediate
Async Server Components
Server Components can be async functions that await data directly before rendering.
Question
How do you fetch data inside a Server Component?
Click to reveal answer
Server Components can be async functions that await data directly before rendering.
How do you fetch data inside a Server Component?