Additional static option "heuristic" for Build Time Render
Open
- Dominant language
- TypeScript
- Stars
- 4
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
**Enhancement**
Add another option to the `static` flag named `heuristic` or `auto`, which will auto-detect per path whether a page can be static. The heuristic to determine whether a page could be static would be us tracking any of these calls:
* fetch/xhr
* any events (other than an anchor which has a valid href)
* setInterval/setTimeout
* any dom mutations?
Contributor guide
Assessment
This issue has not been assessed yet.