Sortable + Svelte + Tauri: Getting a sortable list right in a cross-platform app
Sortable is a very nice JavaScript library for making HTML lists sortable via drag-and-drop, and it’s got a very clear and easy to use API. Unfortunately, I spent a very long time struggling to integrate it into my app, so now that I’ve figured it out I might as well collect my findings into the blog post I wish I could have referenced instead. It was quite hard to get working for two reasons....