This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-11-18
Channels
- # alda (8)
- # aws (1)
- # bangalore-clj (1)
- # beginners (55)
- # boot (114)
- # capetown (2)
- # cljs-dev (51)
- # cljsjs (1)
- # cljsrn (14)
- # clojure (119)
- # clojure-belgium (6)
- # clojure-brasil (9)
- # clojure-conj (2)
- # clojure-greece (1)
- # clojure-korea (2)
- # clojure-poland (12)
- # clojure-russia (64)
- # clojure-spec (12)
- # clojure-uk (60)
- # clojurescript (159)
- # code-reviews (2)
- # component (4)
- # core-matrix (2)
- # cursive (79)
- # datascript (7)
- # datomic (2)
- # defnpodcast (4)
- # events (2)
- # hoplon (13)
- # jobs (2)
- # lein-figwheel (1)
- # off-topic (10)
- # om (42)
- # onyx (60)
- # pedestal (5)
- # perun (7)
- # rdf (4)
- # re-frame (4)
- # reagent (21)
- # ring-swagger (25)
- # schema (1)
- # spacemacs (52)
- # specter (1)
- # utah-clojurians (1)
- # yada (5)
going on for half an hour already
honest question: how do ios developers get anything done, ever?
am, it’s far away from being normal. Maybe somehow you have multiple copies of RN or something
could you pls run find . -name "*.h" | wc -l
to get number of headers files inside the root of your project @pesterhazy ?
i have around 800, my guess is that you have thousands
oh no, it symbol files, not headers, sorry
Hi all, I’m experimenting with react native and using reagent. Is anyone using listView
?
I found this (which is an great example btw): https://github.com/mfikes/reagent-react-native/blob/master/AwesomeProject/ClojureScript/awesome-project/src/awesome_project/core.cljs#L79
I’ll need to understand more about inner workings of react in order to wrap my brain around it
but before I go down that road, I’ll probably try just writing my own reagent component that renders a list of text
components
just curious, if anyone who has more experience suggests using listView
over rolling-your-own reagent list component?
@upgradingdave: listview has low level optimizations and is preferred for large collections. But if you have like 3-5 rows - (for) loop is good enough
@artemyarulin: pasted image