Does anyone know exactly what rum's defc does vs a normal defn in the context of server side rendering without react
No difference
Ah ok figured so all the escaping and compiling is done via the render-static-markup function then and I don't have to worry about always using defc?
IIRC, no. As long as you don't need to share code with client-side
Ok cool thanks