rum 2024-04-04

When using rum purely for server side rendering do you have to use rum/defc . It seems I can use a normal defn and passing that into rum/render-static-markup it just works. Is there a downside or difference to using defn instead of rum/defc in this case?

Anyone know anything about this?