Fork me on GitHub
#re-frame
<
2016-07-03
>
javazquez21:07:07

Is the idiomatic re-frame approach to binding to form elements to use an atom as described in this reagent article? https://dhruvp.github.io/2015/02/23/mailchimip-clojure/

mccraigmccraig21:07:51

@javazquez: no - normally in re-frame you take form element values from app-db subscriptions, and dispatch an event to update app-db on-change of the element