Sorry, did check email these days.... If you prefer creating components without `defcomp`, you can write `create-comp` directly. It's too verbose though. https://github.com/Respo/respo/wiki/defcomp
I don't intend to add Hiccup-like DSL to Respo. We alreay got Reagent and Rum for that. Respo is not designed to be that simple. On Wed, Jun 14, 2017 at 7:46 PM Dustin Getz <[email protected]> wrote: > Respo UI code is all functions but many of the functions are wrapped in > defcomp at the place of definition. Is it possible to move the defcomp up > to the root of the UI, so UI code is just functions and no dependency on > the macro? > > -- > Note that posts from new members are moderated - please be patient with > your first post. > --- > You received this message because you are subscribed to a topic in the > Google Groups "ClojureScript" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/clojurescript/Fy-8QmJuv80/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/clojurescript. > -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/clojurescript.
