Fork me on GitHub
#clojurescript
<
2019-08-31
>
roti10:08:50

I'm wondering, what UI component libraries you use, and are you not satisfied with something about them?

Ivan Fedorov15:08:25

anyone have seen an audio analysis in cljs or js?

Drew Verlee23:08:52

is there anything else like re-com? no big problems with it just curious

Lone Ranger01:09:01

With a little extra work you can get a lot of mileage out of semantic-your, material-ui, antd, and other react component libraries.

Drew Verlee01:09:12

whats semantic-your? Do you have a particular way/lib you have successfully done that with? A lot of times i see components are to tightly coupled to things like routing or some internal state to be easily re-usable.

alpox09:09:54

I at the moment use Material UI but not yet to a bigger extent. I'll have to see how it pays off but for now its quite nice to use

David Pham09:09:54

I used material-Ui with success

David Pham09:09:41

The hard task is interop though

David Pham09:09:46

With reagent

alpox11:09:55

That is true. And this also why I use hx instead of reagent. I had troubles with the interop with other libraries which depend on hooks as well.