Fork me on GitHub
#reagent
<
2019-11-15
>
elarouss18:11:14

Hello, i'm using reagent with re-frame, and i wanted to use "Material-ui" library, but i don't know how to make it work, or how to use hooks with reagent in general, i would appreciate your help, thank you

👍 4
p-himik06:11:40

Reagent components become React class components, and you cannot use hooks with class components. However, you can definitely use Material UI without using hooks.

elarouss18:11:34

Thank you that's helpful 🙏