evidence-dev / evidence

Business intelligence as code: build fast, interactive data visualizations in pure SQL and markdown
https://evidence.dev
MIT License
3.79k stars 184 forks source link

Option to turn off pre-rendering at a route level #1757

Open mcrascal opened 3 months ago

mcrascal commented 3 months ago

Feature Description

Frontmatter toggle to turn off pre-rendering for a route, and rely instead entirely on client side rendering.

csjh commented 3 months ago

Could probably be done by making a +layout.js for each generated +page.svelte and re-export the frontmatter in there