CONTACT US

    Static Generation / SSG Improvements

    The Next.js logo featuring the word NEXT in bold, modern black text with a diagonal line cutting through the N and E, followed by a small .js on a light dotted background.

    Allow Next.js to become fully hybrid by providing methods to do both static generation and server-side rendering on a per-page basis.

     

    • Two new data per-page fetching methods
      • getStaticProps – Opt-in to static generation (SSG) at next build time.
      • getServerProps – Opt-in to server-side rendering (SSR) which renders on-demand.
    • A new method for statically generating (SSG) a set of routes from dynamic sources
    • getStaticPaths – Return list of parameters for dynamic routes to do static generation (SSG)

     

    Chris Lojniewski

    Chris is the CEO of Pagepro, a software house focused on building scalable, high-performance web applications using Next.js and modern headless architectures. Pagepro helps companies move beyond monolithic systems by implementing composable, API-driven platforms that improve performance, flexibility, and long-term maintainability. Chris is a v0 ambassador (https://v0.app/@klojniewski ) and actively explores how AI-assisted development and modern tooling can reduce development friction. His focus is not just on technology choices, but on optimizing delivery processes, architecture decisions, and product scalability.

    Article link copied

    Close button