Explore Library
FlashcardIntermediate

Automatic Rendering Choice

Next.js defaults to static rendering and switches to dynamic when dynamic APIs are used.

Question

How does Next.js decide between static and dynamic rendering automatically?

Click to reveal answer