Sean Lynch @techniq.dev ¡ Apr 30

📊 LayerChart: "svelte" edition đŸĒļ The latest release reduces bundle sizes by 50-70%+ âœ”ī¸Ž Layer-specific components/imports âœ”ī¸Ž New `ChartCore` for further reduced bundles âœ”ī¸Ž Lazy load interactivity âœ”ī¸Ž Faster Svelte REPL usage âœ”ī¸Ž SSR images (0KB client-side) đŸ§ĩ more...

37 likes 2 replies

?

Replies

Sean Lynch ¡ Apr 30

Many visualizations only need a single layer type (svg, canvas, or html). LayerChart now provides per-layer component exports via `layerchart/{layer}` imports. Top-level `layerchart` imports still work as they have, smartly detecting their Layer context.

Ilja ¡ Apr 30

đŸĨŗ