This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-02-05
Channels
- # aatree (2)
- # admin-announcements (15)
- # announcements (2)
- # aws (8)
- # beginners (160)
- # boot (290)
- # braid-chat (28)
- # cider (8)
- # clara (1)
- # cljsrn (3)
- # clojure (154)
- # clojure-czech (7)
- # clojure-russia (162)
- # clojurebridge (2)
- # clojurescript (128)
- # cursive (29)
- # datomic (30)
- # emacs (7)
- # events (1)
- # hoplon (5)
- # jobs (1)
- # ldnclj (7)
- # leiningen (3)
- # off-topic (11)
- # om (82)
- # onyx (68)
- # overtone (1)
- # parinfer (57)
- # portland-or (1)
- # proton (18)
- # re-frame (8)
- # reagent (32)
- # ring-swagger (3)
- # yada (5)
@gregg: Thanks for the feed back. Good to know about using the :attr
function. It s not a huge problem, its just while testing my app I often find myself reaching for the escape key to dismiss the pop-up. I may add it as an issue, just so its on the list of "nice to haves".
I have a weird thing. I’m following along with the directions for “Talking to Servers”. I’ve written my :process-response
and :bad-response
handlers but they’re getting bad copies of the database, #object[Object [object Object]]
. It’s certainly correct in` :request-it` handler (a regular Clojure map). What could possibly be happening in between?
nvm…off by 1 err in the parentheses. I was returning the result of (GET…)
instead of the db
. grr.
I feel Model and Controller imply a sort of object with methods while reframe is simpler than that
There's some reference to this in the README: https://github.com/Day8/re-frame#what-problem-does-it-solve
About the time re-frame came out, so did "The Elm Architecture" so I guess that qualifies as a possible acronym TEA. Later, http://Famous.io created something called BEST - Behavior Tree Event State Later again, the cycle.js guys called it MVI - Model View Intent. Not sure if redux ever made a TLA. So, a few have had a crack at coming up with an new acronym but none have stuck. So far. But, yeah, isn't MVC.