Dynamic Rendering (SSR)Fresh Content per Request

SSR is perfect for pages where freshness is more important than build-time performance. This page is rendered on the server for every request, generating fresh HTML each time a user visits. Unlike static pages, the HTML is never cached at build time unless you explicitly configure caching.

This strategy ensures that every visitor receives the most current version of the page, but it may be slightly slower than static or ISR pages due to server processing.

Rendered at

dodrio

Random Pokémon fetched at request time. This page regenerates on each request, so the content is always fresh.