I am in need of producing some raw html for a project, but I want to do it with the Reagent/Figwheel workflow if possible, meaning hot-loading and hiccup syntax, but with an html document I can save as the end product. My final product does not need to include Javascript. Does anyone know of a simple solution?
Reagent has reagent.dom.server/render-to-string
.
1 Like
But I would need to run this for every single view (page)?
Of course. Reagent by itself can’t know what your pages can be.