This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-06-30
Channels
- # admin-announcements (19)
- # announcements (4)
- # beginners (22)
- # boot (76)
- # cider (92)
- # clojure (235)
- # clojure-berlin (3)
- # clojure-germany (1)
- # clojure-italy (8)
- # clojure-japan (18)
- # clojure-russia (26)
- # clojure-sg (1)
- # clojure-uk (25)
- # clojurescript (55)
- # code-reviews (7)
- # core-async (53)
- # datomic (13)
- # euroclojure (63)
- # jobs (39)
- # ldnclj (45)
- # off-topic (9)
- # om (7)
- # onyx (6)
- # reading-clojure (1)
- # reagent (5)
- # yada (22)
I’m finding that with Reagent, it gets difficult to keep the state in my head as the application grows.
@roberto: I found re-frame handles that nicely, letting me deal with only the set of changes i actually need to care about at a time
When reagent re-renders an independently scrolling .list-group pane, the vertical scroll position is reset. How can I retain the scrolling when I select a link (which applies an .active class to the [:li ...]
)?
Hmm. Seems to be a known problem with React: http://blog.vjeux.com/2013/javascript/scroll-position-with-react.html