|
|
|
|
|
by cljs-js-eval
2524 days ago
|
|
You should check out CLJS's reagent. It mixes the best of both worlds, everything is a plain CLJS object without special syntax, but it's also obviously HTML/CSS: [:div {:style {:display "flex", :flex-direction "row"}}
[:label {:for "email"}]
[:input {:type "text"}]]
|
|
Perhaps it might look better if there's a bigger example?