Fork me on GitHub
#reagent
<
2015-10-15
>
kenstipek02:10:24

I have been trying to get the material ui working with reagent, has anyone been able to do this? Or have seen a resource of this? I have tried all the stuff that shows up on the first couple of pages on google.

kenstipek03:10:22

If someone has a working template for reagent+materialUI, that would be amazing!

Paco05:10:28

I have used http://materializecss.com/ much more straight forward to implement if you want to hand roll all yer components

nowprovision05:10:31

Just to clarify in a form-2 component the outer function create something like local state will only be called once while the component remains in the render tree, once its removed from render tree, the next time the outer fn is called again

kenstipek16:10:02

This is awesome @kidpollo, thank you!