dojo / dojo/webpack-contrib

Additional static option "heuristic" for Build Time Render

Open
#182 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.