immediate mode as an api over dom can work -- i use a thin wrapper around incremental-dom here
re: perf: can cache data (like the markdown ast); cull ui calls outside the viewport or if the calls won't change (`IncrementalDOM.skip` helps)
have also tried 'canvas-like' uis
Jan 21, 2025 · 1:15 AM UTC


