aleph.js
aleph.js copied to clipboard
ISR support
trafficstars
https://nextjs.org/blog/next-9-5#Stable-incremental-static-regeneration
@ije I believe you were working on this? Just checking so I can assign the issue for organization
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)