This repository was archived by the owner on Jan 11, 2023. It is now read-only.
This repository was archived by the owner on Jan 11, 2023. It is now read-only.
Feature Request: Automatic Build Time Static Optimization #1046
Open
Description
It'd be great if we had the same kind of build time static optimization that nextjs has https://nextjs.org/docs/advanced-features/automatic-static-optimization
We could probably just see if a page has a preload
at build time and, if not, "export" that component to static
or something like that.
Besides the performance gain, if someone was making a static site with sapper it would automatically export
it to static
which is kind of neat.