rum

Игорь Лисовцов 2024-04-13T10:34:17.912639Z

Hi there. Can I somehow prevent escaping quotes' string in <script> tag? For testing purposes I want to add plain js to it. I want to use it for SSR and compile cljs->js at runtime

Игорь Лисовцов 2024-04-13T11:10:05.633269Z

I think I found it

[:script {:dangerouslySetInnerHTML {:__html (slurp "path-to-some.js")}}
   ]