tonsky / rum

Simple, decomplected, isomorphic HTML UI library for Clojure and ClojureScript
Eclipse Public License 1.0
1.78k stars 124 forks source link

Custom defc macros #112

Open martinklepsch opened 7 years ago

martinklepsch commented 7 years ago

There are a bunch of helper functions to enable the defc* macros, sometimes writing a defc-like macro for an application would be handy and this could be made simpler by explicitly exposing the API (-defc and perhaps some others) and maybe adding some documentation about "custom defc variants".

roman01la commented 4 years ago

@martinklepsch This could be a nice advanced feature. I think https://github.com/funcool/rumext or similar forks could benefit from this. Do you want to work on this?

martinklepsch commented 4 years ago

I don't think I'll have time/incentives to work on this in the near future unfortunately.