Fork me on GitHub
#cljsrn
<
2016-11-27
>
tobiash18:11:19

@rukor are you by any chance using om.next?

rukor18:11:59

@tobiash i am using re-frame/reagent. By chance i just noticed that if i do (.setState this #js{}) inside the onChangeText handler, the responsiveness improves, dramatically.

rukor18:11:19

ie to force react to re-render regardless of when reagent thinks it should

rukor18:11:52

not sure if there is a reagent-specific way of doing this

tobiash18:11:53

I'm not familiar with reagent, but i noticed that in om get-state is different to react this.state. maybe there is a similiar issue

rukor18:11:27

yes i know it is, the .setState is just to force react to re-render the current component

jorda0mega23:11:34

is the source maps feature currently broken for boot-react-native? If so, how do you guys go about debugging?