madvas / cljs-react-material-ui

Clojurescript library for using material-ui.com
Eclipse Public License 1.0
205 stars 32 forks source link

Merge reagent-material-ui #10

Closed DaveWM closed 8 years ago

DaveWM commented 8 years ago

@madvas I recently wrote a library called reagent-material-ui, which is pretty similar to the reagent namespace of this library.

Would you be interested in merging reagent-material-ui into this library? The main differences I can see are that reagent-material-ui uses a macro to generate the components, and also it has some very basic tests.

Let me know if you're interested, and I can submit a PR then deprecate reagent-material-ui once it's merged.

madvas commented 8 years ago

Thank you for noticing. This library uses macro to generate components as well, but I also copy-paste results into cljs file for better IDE support.