Fork me on GitHub
#re-frame
<
2020-08-09
>
mikethompson14:08:04

Question: Should I be documenting this more formally? Or does it never really come up as a need for you? https://clojureverse.org/t/callbacks-as-clojure-records-an-approach-to-generic-reagent-components/6317/38?u=wazound

David Pham16:08:25

I wonder what benefits in performance it brings though.

rberger20:08:31

I’m finding that we’re mainly incorporating “off the shelf” react components into our re-frame/reagent app as there is an incredible amount of powerful components available there and almost none in clojurescript/reagent. And because they use hooks we want to use hooks. Its looking like they