Fork me on GitHub
#reagent
<
2018-04-09
>
ajs11:04:19

design considerations aside, would there be any significant difference to the overall dev workflow/ease between baking-soda and soda-ash for ui components by @gadfly361? They look pretty similar, just wondering if there are any gotchas that are not immediately apparent.

gadfly36115:04:23

@ajs really dependent on the underlying quality of the react components that are being wrapped. The semantic ui react components are solid. The react bootstrap ones are also pretty good .. I think the one with some gotchas is reactstrap

gadfly36115:04:31

The gotchas are basically some dependency bs and cljsjs needing newer versions (.. enter discussion about shadow cljs haha 😂)

ajs15:04:42

Semantic seems a bit more versatile from a design perspective. I also see you are more engaged with that repo.

gadfly36115:04:40

@ajs definitely true, 250 downloads of baking-soda and 5,300 for soda-ash .. pay more attention bc that is the one that has been more adopted

mikerod16:04:22

@gadfly361 but what do you do about using react-pure? http://hailocab.github.io/react-pure/ (joking, but at the same time not)

mattly23:04:05

how does one deal with Cannot call a class as a function errors from adapted react classes in advanced compilation mode?

mattly23:04:33

it seems from github issues this is a known problem but I couldn’t find any specific resolution for it

gadfly36123:04:01

@mikerod I haven't used react-pure before .. I'd have to check it out, but looks interesting

👍 4