#how do you manage dynamic reloadable image urls post deployment on desktop?

1 messages · Page 1 of 1 (latest)

light edge
#

I have an app that uses graphs encoded as .svg files, Normally, you can just load these with Asset!() and be done with it, but I need to regenerate these graphs at runtime. When I'm
developing the app, they are saved onto my local file system, and then encoded as a url to load in dioxus.

but post deployment, how do you manage saving and loading files dynamically with dioxus?

dull osprey
light edge
light edge