https://mrwaip.github.io/svelte-rs-2/
count++, --count
)count = 12
){ name }
)count++
)name = 'world'
){ name }
)let {name} = $props()
)<input />
)attr="name"
)attr={some expression}
){ name }
)attr="{1 + 1} = 2"
)class:toggle
) bind:value
)use:action
)onclick={handler}
) style:toggle
) {...attrs}
){name}
){#if expression} a {:else} b {/if}
)