Svg #9
Answered
by
joaomdsg
joeblew999
asked this question in
Q&A
Svg
#9
|
Datastar can also do pretty good with svg merging . where should I add this to the code ? It would be a seperate thing from the go comments things as you would not want to mix them I expect in the code or gui . |
Answered by
joaomdsg
Nov 19, 2025
Replies: 2 comments 6 replies
|
What's the use case for it? |
0 replies
|
In my case I have diagrams and charts that golang produces as svg for diagnostics that need to be real time displayed |
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just took a look at your persisted state implementation. Very interesting. A state persistence layer is super cool! But Im thinking it should be something external to Via, i.e. added on top of Via on a particular Via application. My reasoning for this is that Via should stay as minimal as possible and just worry about UI, signals and patching. Dead simple. The state can come from anywhere the user sees fit, but it should not be directly coupled to the Via runtime. I can totally see your broadcastable state store be a dependency injected into a via page init func. e.g.