This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Svelte
svelte.dev
did:plc:b6gbde64ngpelprsvnphc2l2
Day 8 β we're calling this 'function bindings'. You know how you can do `bind:value={value}`? You can now do this...
bind:value={getValue, setValue}
...which lets you transform and validate data
π docs https://svelte.dev/docs/svelte/bind#Function-bindings
π demo https://svelte.dev/playground/1ddd82f573b94201b3c8fcab33bf0a46?version=5.9.0
2024-12-08T22:14:03.958Z