overview:
- SPA-style rendering: intercepts page navigation, fetches target HTML via
GET, selectively replaces page regions with micromorph, avoids full refreshes. - Effects: prevents flashes of unstyled content, improves navigation smoothness, reduces browser load.
configuration:
disable_spa_routing: - Set enableSPA in quartz.config.yaml to false. - See configuration.