This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-05-10
Channels
- # admin-announcements (4)
- # aleph (1)
- # beginners (29)
- # boot (112)
- # braveandtrue (1)
- # cider (44)
- # cljs-site (1)
- # cljsjs (2)
- # cljsrn (1)
- # clojure (46)
- # clojure-gamedev (3)
- # clojure-germany (1)
- # clojure-nl (1)
- # clojure-norway (1)
- # clojure-russia (20)
- # clojure-sg (2)
- # clojure-uk (14)
- # clojurescript (228)
- # cursive (41)
- # datascript (5)
- # datomic (17)
- # editors-rus (48)
- # emacs (3)
- # flambo (1)
- # hoplon (9)
- # jobs (2)
- # kekkonen (1)
- # lein-figwheel (1)
- # luminus (5)
- # mount (11)
- # nrepl (3)
- # off-topic (7)
- # om (12)
- # onyx (139)
- # other-languages (54)
- # planck (1)
- # proton (17)
- # re-frame (37)
- # remote-jobs (1)
- # rethinkdb (9)
- # ring (2)
- # ring-swagger (6)
- # test-check (1)
- # uncomplicate (8)
- # untangled (2)
@kendall.buchanan: As the child is getting the parent's props, and the child gets re-rendered if the parent's props change, then there's no more reason for the props that are being passed down to be real props at all. So another possibility is to have them passed down as computed props - out of band. That is I think how I would do it.
@dimiter: I just realized this was the Om channel (I thought it was a different one. Must have toggled here by accident.) I highly doubt that my suggestion is idiomatic for Om, since I have very little experience with it. Perhaps someone else here would be able to offer a more official answer.
Yeah. It was more a general cljs question anyways. I dont think OM has an idiomatic approach to what i want to do.
I would try react-motion, but this is actually kind of tricky. react-motion-ui-pack tries to make it easier
@ag I think https://github.com/bendlas/om-next-demo/ has implemented todo item creation
@francoiswirion: I would like to believe they have 😉 Though the whole thing felt a bit sketchy, and I'm not sure what we did to get it working. It definitely had something to do with declaring the query :remote true
@bendlas lol 😄, thanks for weighing in I too have to understand and properly make work the remote stuff in my toy app I'm a little slowed down by having separate repos for server and client, and not having a good testing / workflow story going on the server side time for a detour
@cjmurphy: Thank you, I think I’ve settled on the same solution.