This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-06-16
Channels
- # admin-announcements (72)
- # beginners (41)
- # boot (93)
- # cider (50)
- # clojure (173)
- # clojure-berlin (19)
- # clojure-dev (2)
- # clojure-greece (3)
- # clojure-israel (2)
- # clojure-italy (32)
- # clojure-japan (33)
- # clojure-nl (8)
- # clojure-russia (3)
- # clojure-seattle (1)
- # clojure-sg (1)
- # clojure-spain (16)
- # clojure-uk (4)
- # clojure-ukraine (1)
- # clojurescript (170)
- # code-reviews (20)
- # core-async (3)
- # datomic (5)
- # docs (28)
- # editors (17)
- # euroclojure (2)
- # events (7)
- # instaparse (18)
- # jobs (25)
- # ldnclj (11)
- # om (26)
- # overtone (3)
- # remote-jobs (3)
- # sneer (1)
#om2015-06-16
>
@ul if you look more closely you’ll see there are 2 render passes in Om. One for the root and another for individual components. Note all of this stuff is subject to change and has already been changed for Om Next.
could you briefly explain, where is component rerender is triggered if only its state has been changed and not app state or anything else?
i created minimal case and issue because second guarantee is not satisfied in my case https://github.com/ul/om-local-state-re-render/blob/master/src/om_rerender_on_local_state_update/core.cljs