aleph.js icon indicating copy to clipboard operation
aleph.js copied to clipboard

ISR support

Open Hunam6 opened this issue 4 years ago • 2 comments
trafficstars

https://nextjs.org/blog/next-9-5#Stable-incremental-static-regeneration

Hunam6 avatar Feb 08 '21 23:02 Hunam6

@ije I believe you were working on this? Just checking so I can assign the issue for organization

shadowtime2000 avatar Feb 21 '21 03:02 shadowtime2000

i just added the ISR feature by useDeno:

// we will attempt to re-generate the page:
// - when a request comes in
// - at most once every second
const now = useDeno(() => (new Date).toUTCString(), 1)

ije avatar Mar 24 '21 17:03 ije