Fork me on GitHub
#reagent
<
2019-12-21
>
arttuka21:12:28

@vitek.kalisz i have made a MaterialUI wrapper library for reagent, maybe you'd like to try it out instead of using MaterialUI directly? https://github.com/arttuka/reagent-material-ui

p-himik08:12:24

It seems that if someone uses as much as a single independent component from your library, they will be forced to include the whole Material-UI. Whereas if you use Material UI without any wrappers, in its raw form, the not imported components should not be included in the build. I may be wrong though - I've never dealt with much of cljsjs. Have you checked whether the whole Material UI included or not when you use e.g. just a button?