I'm following this tutorial
https://kotlinlang.org/docs/multiplatform-full-stack-app.html and I've finished the thing
only issue is, if you scroll to the very bottom there's "Add some more features", among them is "cross out an item that's been clicked instead of deleting it with an API call" and below is my solution
I am wondering why I must call the code on line 31 to trigger a reload, and why is line 32 not enough to trigger it? both are using state, do you think this is the best solution? The context around this code is exactly word for word all of what's in the tutorial before it
https://paste.ofcode.org/323brzvkXy62yVqWZMmHb2w