No questions for this lesson.
Next.js extends the native fetch Web API to allow you to configure caching and revalidating behavior for each fetch request.
You can fetch data directly in Server Components using async/await syntax.