Attachments are now out as part of Svelte 5.29!
They're a better version of the `use:` actions that Svelte has historically used and let you "attach" actions like:
<button {@attach tooltip('Hello')}>Hover me</button>
add a skeleton here at some point
4 months ago