orbit icon indicating copy to clipboard operation
orbit copied to clipboard

Incremental Site Regeneration (ISR) - feature

Open GuyARoss opened this issue 3 years ago • 0 comments

Implement ISR

Something like the following should be implemented.

// ...
func main() {
    // ...
    req.RenderPageWithConfig(orbit.StaticPage, props, &orbit.Config{revalidate: time.Second * 10})
}

GuyARoss avatar Feb 20 '23 15:02 GuyARoss