mount

tolitius 2018-06-29T14:26:17.000299Z

(mount/swap-states {#'df-svc/fetch-schema-fn {:start #(constantly fn)}})

tolitius 2018-06-29T14:26:50.000015Z

yea, you would want a "function" in a swap-states map

richiardiandrea 2018-06-29T15:46:19.000058Z

What the difference is: a function returning a function in swap-states but a normal function in the actual state

richiardiandrea 2018-06-29T15:46:25.000410Z

I will paste what I have