This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-11-27
Channels
- # beginners (91)
- # cider (1)
- # cljsjs (29)
- # cljsrn (8)
- # clojure (51)
- # clojure-berlin (1)
- # clojure-india (1)
- # clojure-russia (26)
- # clojure-spec (15)
- # clojure-uk (1)
- # clojurebridge (1)
- # clojurescript (240)
- # code-reviews (1)
- # cursive (22)
- # datomic (3)
- # editors (6)
- # emacs (24)
- # figwheel (3)
- # lein-figwheel (57)
- # off-topic (4)
- # om (3)
- # proto-repl (7)
- # protorepl (8)
- # reagent (2)
- # rum (23)
- # slack-help (1)
- # spacemacs (2)
@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.
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
yes i know it is, the .setState is just to force react to re-render the current component
is the source maps feature currently broken for boot-react-native? If so, how do you guys go about debugging?