Hi,
I am currently thinking about implementing SSR for a Go client-side framework.
Not only that but I would like to be able to create static html from the same code I use to create dynamic wasm-based webapps.
I was trying to find a package that would enable me to generate an html document but seems like none exists.
Do you think it is possible to use encoding/xml to create an xhtml document?
That would allow me to create something like MarkupPy that would replace js DOM created element by html element.