Fork me on GitHub
#cljsrn
<
2016-11-26
>
tobiash13:11:18

do i need to use something like re-natal use-component when using a library through cljsjs? i added firebase and now am getting the cryptic eval code stack trace on the device. Interestingly enough, when enabling remote debugging, the app is working again. I tried re-natal use-figwheel, but it didnt help

tobiash14:11:26

nevermind, the problem turned out to be that the library firebase-cljs has a dependency on the cljsjs.firebase instead of cljsjs.firebase-node which I would need to use on RN.

rukor22:11:30

when i use cljs/re-natal, i find that a text-input is much slower than vanilla js, any ideas how i can get a textinput in cljs to be close to vanilla js?