loading
loading
Generating a page ahead of time so it can be served quickly from cached files.
Static rendering is great for pages that do not need request-specific data. It improves speed and reliability, but dynamic user-specific content needs another strategy.
Plainly
Think of Static Rendering as roads and power for the app city. Generating a page ahead of time so it can be served quickly from cached files.
In practice
Use it when local behavior needs to become a reachable, reliable deployed service. In practice, define the owner, input, output, and failure mode before you rely on it.