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?