Advertisement Β· 728 Γ— 90

Posts by Sean Lynch

Chandelier song best version by @sophiajuanitapowder #funny #funny #hilarious #silly
Chandelier song best version by @sophiajuanitapowder #funny #funny #hilarious #silly YouTube video by Spotlight38

If you need the audible version:
www.youtube.com/shorts/0eawy...

1 day ago 1 0 0 0

Correlation is not causation? 🀣

1 day ago 3 0 1 0

Awesome work @paolo.ricciuti.me 😍!

1 day ago 4 0 0 0

not an april fools joke: svelte is no longer just a web framework (or rather, won't be once we merge @paolo.ricciuti.me's magnum opus). have seen some extremely cool demos of this

1 day ago 201 24 12 6

Thanks @aman.bh 🫢

1 day ago 1 0 0 0

Few more things to polish up, then official 2.0 will be released.

2 days ago 1 0 0 0

One of the finest pieces of craftsmanship in the whole Svelte ecosystem πŸ‘‡

2 days ago 15 3 2 0
Advertisement

Thanks @jonathonrp.github.io 🫢

2 days ago 3 0 0 0

Thanks @fliege.dev 🫢

2 days ago 0 0 0 0

I truly appreciate it @fubits.dev 🫢

2 days ago 1 0 0 0
State improvements by techniq Β· Pull Request #663 Β· techniq/layerchart Goals Integrate simplified charts snippets / default impl simplified setup series state External control / sync Set initial highlightSeriesKey Save/restore state to localStorage / query stri...

As part of this effort, we also closed 25+ issues, added ~500 tests, and got the library MUCH closer to an official 2.0 release. Stay tuned!

github.com/techniq/laye...

2 days ago 1 0 1 0
Preview
LayerChart state-refactor updates by techniq Β· Pull Request #2609 Β· huntabyte/shadcn-svelte In preparation for next LayerChart @next release, which includes a big state-refactor, I've updated all the shadcn-svelte chart examples to account for breaking changes / improvements. You can ...

πŸ€– In fact AI was used to perform much of the updates for shadcn-svelte charts:

github.com/huntabyte/sh...

2 days ago 3 0 1 0
Preview
Overview | LayerChart Composable Svelte chart components to build a large variety of visualizations

πŸ“ Improvement documentation

We continue to make investments to improve the docs, with new (and detailed) guides for state, migration guides, structure, animation, and more.

This makes LayerChart very AI friendly (docs overhaul previously introduced llms.txt).

next.layerchart.com/docs/guides/...

2 days ago 2 0 1 0
Preview
Treemap | LayerChart Layout component which visualizes hierarchical data as nested rectangles, where each rectangle’s size represents a quantitative value and nesting reflects the hierarchy.

🎨 Improved canvas support

Canvas rendering has been overhauled - unified component tree, proper Group transforms, ClipPath support, dashed strokes, and rounded Rect.

This increases canvas support for more visualizations such as Treemap.

next.layerchart.com/docs/compone...

2 days ago 1 0 1 0
Preview
download | LayerChart Utility functions to export and download charts as PNG images or SVG files.

πŸ–ΌοΈ Download utils

downloadImage() and downloadSvg() utils added to easily capture any visualizationa, and available for all examples.

next.layerchart.com/docs/utils/d...

2 days ago 1 0 1 0
Preview
LayerChart Composable Svelte chart components to build a large variety of visualizations

😍 A few of my favorites:
next.layerchart.com/docs/compone...

next.layerchart.com/docs/compone...

next.layerchart.com/docs/compone...

next.layerchart.com/docs/compone...

next.layerchart.com/docs/compone...

next.layerchart.com/docs/compone...

2 days ago 1 0 1 0

✨ New components

Image, Vector, Raster, Density, Contour, BoxPlot, Violin, Cell, Ribbon and Chord. All support Svg and Canvas layers.

We've also added over 100 new examples:
next.layerchart.com/docs/examples

2 days ago 1 0 1 0
Advertisement
Preview
Structure | LayerChart Composable Svelte chart components to build a large variety of visualizations

πŸŽ›οΈ Simplified charts are now just that - pre-configured Chart wrappers that provide sensible defaults for common charts, but 100% of the functionality provided by simplified charts is now available.

next.layerchart.com/docs/guides/...

New `seriesKey` prop also simplifies multi-series integration

2 days ago 1 0 1 0
Preview
Transform (Pan & Zoom) | LayerChart Composable Svelte chart components to build a large variety of visualizations

β‡… Overhauled state, encapsulated in reactive state classes, provide simpler integrations and external control (custom legends, sync brush state to local storage, etc)

Many new features added, such as cartesian support for transform and inertia dragging.

next.layerchart.com/docs/guides/...

2 days ago 1 0 1 0
Preview
Primitives | LayerChart Composable Svelte chart components to build a large variety of visualizations

πŸ“ˆ Primitives (Circle, Rect, Line, Text, …) now accept accessors, resolve through scales, register with chart context, and iterate over data automatically.

<Circle x="date" y="value" r={5} />
<Rect x="category" y="amount" fill="group" />

next.layerchart.com/docs/guides/...

2 days ago 1 0 1 0
Preview
@next β†’ state-refactor | LayerChart Composable Svelte chart components to build a large variety of visualizations

πŸ“Š Massive LayerChart update (6 months in the making…)

Data-driven primitives, overhauled state (transform, brush, series, tooltip), 10+ new components (image, statistical, spatial), canvas improvements, chart export (png, svg), new docs, and so much more!

next.layerchart.com/docs/guides/...

2 days ago 37 9 2 2
Post image

Maybe this should have been 10 releases...

1K+ commits and files 😳

1 week ago 8 0 1 0
GitHub - svecosystem/svecodocs: A documentation toolkit for Svecosystem projects. (WIP) A documentation toolkit for Svecosystem projects. (WIP) - svecosystem/svecodocs

yeah - github.com/svecosystem/...

It's also based on MDSX and used by runed / svecosystem.

I've also been waiting on MDSX to be open sourced (and updated to be a vite plugin instead of svelte).

1 week ago 1 0 0 0

btw, I plan to extract this into a new project (likely `@layerstack/docs`) to be used for LayerStack / Svelte UX docs.

1 week ago 1 0 1 0
Advertisement

Some examples, breadcrumbs of the important pieces:

github.com/techniq/laye...

github.com/techniq/laye...

next.layerchart.com/docs/markdown (hidden page)

github.com/techniq/laye...

github.com/techniq/laye...

1 week ago 3 0 0 0

bit complicated to fully explain in bsky, but ultimately a combination of:
- markdown processing (mdsx, remark, rehype, mdc (markdown components))
- example registration system

Supports a few different use cases
- code blocks (including live)
- isolated examples
- long form guides

1 week ago 3 0 2 0

Very excited about this... the new direction we are moving svelte custom renderers towards require much less code. That plus the fact that agents are somewhat better now gives me hope I can bring this in a decent place soon 🀞🏻

2 weeks ago 29 7 2 0

Hey friends πŸ‘‹

πŸŽ‰ New *sv* version is out πŸŽ‰

We tuned the CLI help so:
β†’ humans get clearer commands & structure
β†’ AI can one-shot project scaffolding with your fav' add-ons πŸ€–

This was surprisingly fun to test πŸ˜„

Give it a try and tell us how it goes!

2 weeks ago 41 8 3 0

Bar so tiny you need glasses for SvelteKit

2 weeks ago 28 4 4 0

They’re already ready for the next season, and excited when the new game is released.

We’re going to have an end of year battle bots event in a few weeks, and organize for next season.

2 weeks ago 2 0 0 0