Fork me on GitHub
#re-frame
<
2016-02-05
>
simax9910:02:19

@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".

actsasgeek17:02:15

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?

actsasgeek18:02:00

nvm…off by 1 err in the parentheses. I was returning the result of (GET…) instead of the db. grr.

kamn21:02:29

Is it fair to label reframe as a Data, View, Event(DVE)? In comparison to MVC.

kamn21:02:27

I feel Model and Controller imply a sort of object with methods while reframe is simpler than that

mikethompson22:02:12

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.