Fork me on GitHub
#cljsrn
<
2016-09-06
>
tianshu15:09:04

how does the performance of cljsrn compared to react-native in js. I have render a 12 * 25 table use View and Text, the rendering seems take 3s in android in release build with compiler optimizations :advanced.

vikeri16:09:20

@doglooksgood My suspicion is that pure js is faster. Nothing to back it up with though.

misha17:09:35

btw, is there a cljs navigator implementation?