This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-09-23
Channels
- # beginners (114)
- # cljsrn (19)
- # clojure (35)
- # clojure-austin (1)
- # clojure-italy (9)
- # clojure-russia (8)
- # clojure-spec (6)
- # clojure-uk (5)
- # clojurescript (32)
- # datomic (12)
- # editors (3)
- # emacs (1)
- # hoplon (4)
- # jobs (6)
- # jobs-discuss (1)
- # luminus (2)
- # onyx (11)
- # parinfer (2)
- # portkey (6)
- # re-frame (7)
- # reagent (9)
- # remote-jobs (3)
- # schema (2)
- # shadow-cljs (23)
- # spacemacs (2)
- # specter (13)
- # vim (3)
- # yada (6)
@borkdude I'm not sure that's true (but I have to race out and can't test). A function will compare =
to itself.
BUT a function generated by running a renderer will not test equal to the same function previously generated by a renderer, because they are different functions, created a different points of time (even though they do the same thing and were generated in the same place). Gotta go.
Hi! So far I have only seen Form2 components with a single value in the state. If I want two values, which way is the preferred (see the snippet below)? Does this even have any sense?
@borkdude @mikethompson also see https://gist.github.com/pesterhazy/36b56d1bd8b424abef81adbb5a392d93
@gadfly361 I would say that too, maybe for atomicity reasons, but I'm not sure. Do you have any explanations for this preference?