dioxus-template icon indicating copy to clipboard operation
dioxus-template copied to clipboard

Use use_resource in Jumpstart echo example

Open tekacs opened this issue 1 month ago • 0 comments

Needs an explainer comment for use_resource, but it feels unidiomatic to teach people to use async server functions inline in an oninput handler nowadays, instead of using a signal + use_resource (the default implementation here could race, if used for anything more complex?)

tekacs avatar Nov 18 '25 09:11 tekacs