This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-09-03
Channels
- # announcements (3)
- # beginners (114)
- # calva (42)
- # cider (90)
- # clj-kondo (3)
- # cljsrn (6)
- # clojure (40)
- # clojure-conj (4)
- # clojure-dev (3)
- # clojure-europe (4)
- # clojure-italy (3)
- # clojure-nl (4)
- # clojure-quebec (1)
- # clojure-spec (3)
- # clojure-uk (130)
- # clojurescript (31)
- # cursive (3)
- # data-science (3)
- # datavis (1)
- # datomic (5)
- # dirac (3)
- # fulcro (16)
- # jobs (1)
- # joker (6)
- # music (5)
- # off-topic (14)
- # re-frame (19)
- # remote-jobs (8)
- # shadow-cljs (37)
- # slack-help (4)
- # tools-deps (22)
- # xtdb (8)
My company (Guaranteed Rate) is looking for people to help us write Clojurescript/React Native apps full-time. We use shadow-cljs with reagent. We’re remote friendly, we have people in Alabama, Ohio, Missouri, and other places. The team is mostly in Chicago, so if you’re already there that works too. If you’re interested, email me a resume at james dot berlage at rate dot com and I’ll get back to ya. US only, authorized to work in the US. If you’re willing to relocate to Chicago that’s a plus, but it’s not a showstopper.
I’m curious how do we use RN RefreshControl
with reagent/re-frame? Somehow I can’t achieve good UX on iOS. If refreshing
property is subscribed to re-frame loading state, there’s a visible jitter when this state changes either way. If it’s referring a local ratom
which resets to false when component re-renders - refresh spinner disappears almost immediately. On Android it’s way better, though.
I think it might be a broader issue with React Native - see https://github.com/facebook/react-native/issues/24855
That doesn’t match your issue exactly but it points to RefreshControl being a little buggy on iOS only