reagent

A minimalistic ClojureScript interface to React.js http://reagent-project.github.io/
valtteri 2021-01-10T11:49:14.007300Z

@p-himik a while ago you posted an example how you fixed Material UI TextField without hacking the InputComponent. Could you please post it again or make a gist? šŸ™‚ Iā€™d like to give it a spin.

p-himik 2021-01-10T11:58:50.007500Z

Sure, here you go: https://gist.github.com/p-himik/4c690f831ed3436b22572097896abb30

valtteri 2021-01-10T12:01:06.007700Z

Thank you so much! šŸ‘

valtteri 2021-01-10T12:07:28.007900Z

One question: where is shallow-js->clj-props coming from?

p-himik 2021-01-10T13:07:25.008100Z

Oops, sorry. I've updated the gist.

valtteri 2021-01-10T14:32:55.008300Z

Thanks!