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. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/1c6efb34-4028-433e-b67c-5774ea014e52n%40googlegroups.com.