Fork me on GitHub
#reagent
<
2017-07-16
>
benny03:07:42

what's the recommended way to organize styling with reagant?

curlyfry13:07:13

I wouldn't say there's a recommended way, reagent isn't really concerned with styling. It depends on what styling technology you're using.

benny05:07:51

I was hoping to use Garden but I'm trying to figure out the most efficient way of using the combination

metametadata02:07:09

@U4ZJ5UHQD there're also a few "css-in-js" solutions. Dumping some recently starred repos related to styling (I didn't have time to investigate any of them yet though): https://github.com/rgdelato/styled-classnames https://github.com/JoelSanchez/fqcss https://github.com/Jarzka/stylefy https://github.com/matthieu-beteille/cljs-css-modules https://github.com/roman01la/cljss

benny05:07:51

I was hoping to use Garden but I'm trying to figure out the most efficient way of using the combination