Hybrid SSG + ISR Page
Static Section (SSG)
Page built at:
February 24, 2026 at 01:14:36 AM
(This timestamp was generated at build time and never changes)
This section uses traditional Static Site Generation (SSG). This timestamp was generated at build time and will never change until the site is rebuilt.
Dynamic Section (ISR)
Data fetched at:
01:35:53 AM
Error fetching parameter
(Updates every 10 seconds with ISR)
Client-side time:
Current time:
(Updates every second)
This section uses Incremental Static Regeneration (ISR) with a 10-second revalidation period. The posts below will update after the revalidation period when you refresh the page.
Latest Posts (ISR data):
- sunt aut facere repellat provident occaecati excepturi optio reprehenderit
- qui est esse
- ea molestias quasi exercitationem repellat qui ipsa sit aut
- eum et est occaecati
- nesciunt quas odio
How This Hybrid Page Works
This page demonstrates how you can combine both SSG and ISR approaches in a single page:
- The Static Section is generated at build time and never changes
- The Dynamic Section is initially generated at build time but revalidates every 10 seconds
- The Client-side Time updates every second using client-side JavaScript
Note: To see true static behavior, build and start the production server:
npm run build npm run start