Run the full SSG pass: collect targets, render each, write files.
The render function is supplied by the build pipeline (it invokes the built SSR app / use-react's prerenderPage for a given path). Rendering runs with bounded concurrency.
render
prerenderPage
Orchestration options.
The list of written file paths.
Run the full SSG pass: collect targets, render each, write files.
The
renderfunction is supplied by the build pipeline (it invokes the built SSR app / use-react'sprerenderPagefor a given path). Rendering runs with bounded concurrency.