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
I think I found it
[:script {:dangerouslySetInnerHTML {:__html (slurp "path-to-some.js")}}
]