(handle-states loc {:keys [results success wasSuccessful] :as res} & children)
Depending on the response, other states may be displayed instead of children.
Note that res
might not hold the latest response if it failed, as in this
case the on-failure
event would fire instead.
Depending on the response, other states may be displayed instead of children. Note that `res` might not hold the latest response if it failed, as in this case the `on-failure` event would fire instead.
(main loc
{:keys [results views] :as res}
{:keys [limit start] :or {limit 10 start 0}})
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close