[WIP] Add html / h block attribute to render static DOM generated by Elm#4
[WIP] Add html / h block attribute to render static DOM generated by Elm#4
Conversation
|
It would be great to have html render support. Are you aware of eeue56/elm-static-html-lib? It's a great package by Noah that renders elm apps (given a model) to static html strings. |
|
@folkertdev we are currently executing Elm code with |
|
The result of I assume this will all be easier once the compiler supports server-side rendering, but that seems delayed for a while. May make sense to ask Evan and Noah what the plans are in this area first. |
|
I am sorry, I can't help with this. I not as smart. Thanks |
TODO:figure out how we can use nativediv,p, etc. functions something liketoHtml(like we do with specs usingtoVegaLite).Thought:Should we reserveh/htmlfor printing raw HTML like we do in case ofj/jsonand use something liked/domwhen rendering Elm DOM?