component

wildermuthn 2016-02-04T12:19:41.000009Z

Is anyone using component with ClojureScript? I’m rebuilding a production cljs app, and my team’s looking at implementing component from the start.

tolitius 2016-02-04T14:27:01.000010Z

@wildermuthn: before adding the ClojureScript support to Mount, I did some research and polled quite a few devs to understand the need better. What I found is most people did not use component on cljs side, but there were a couple that did and liked it. Those guys used: https://github.com/quile/component-cljs (so you don't have to build your own). Hope it helps.

wildermuthn 2016-02-04T14:37:02.000012Z

Thanks!

wildermuthn 2016-02-04T14:37:55.000013Z

@tolitius: right now I’m comparing mount and component, seeing which plays better with figwheel.

wildermuthn 2016-02-04T14:39:14.000014Z

Looks like Component was updated recently to work with ClojureScript, last September.

tolitius 2016-02-04T14:46:52.000016Z

sure, if you have any problems with Mount cljs, share them in #C0H7M5HFE, we recently added several things for figwheel (reload things). but if you feel component does it for you, some devs I talked to who use component-cljs are quite solid, so I would expect it to also work with no major problems