Elder.js is designed to render the entire site at a time. 100 pages should take substantially less than 10s in most CI/CD pipelines.
We refer to what you are looking for as incremental builds and it is honestly a pretty difficult problem as it requires tracking data dependencies. Here is an overview of the complexities. [0]
We refer to what you are looking for as incremental builds and it is honestly a pretty difficult problem as it requires tracking data dependencies. Here is an overview of the complexities. [0]
[0] https://github.com/Elderjs/elderjs/issues/8