FlashcardIntermediate
Static vs Dynamic Rendering
The App Router renders routes either statically at build time or dynamically per request.
Question
What is the difference between static and dynamic rendering in the App Router?
Click to reveal answer