rum

2024-05-22T18:06:21.739599Z

Does anyone know exactly what rum's defc does vs a normal defn in the context of server side rendering without react

Niki 2024-05-23T14:02:18.317459Z

No difference

2024-05-23T14:11:41.918059Z

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?

Niki 2024-05-23T16:36:35.597279Z

IIRC, no. As long as you don't need to share code with client-side

2024-05-23T17:01:38.530839Z

Ok cool thanks