mirror of https://github.com/status-im/reagent.git
Add next-tick as utility on core.cljs
This commit is contained in:
parent
e055fbad26
commit
a91214e434
|
@ -123,6 +123,9 @@ re-rendered."
|
||||||
|
|
||||||
;; Utilities
|
;; Utilities
|
||||||
|
|
||||||
|
(defn next-tick [f]
|
||||||
|
(comp/next-tick f))
|
||||||
|
|
||||||
(defn partial
|
(defn partial
|
||||||
"Works just like clojure.core/partial, except that it is an IFn, and
|
"Works just like clojure.core/partial, except that it is an IFn, and
|
||||||
the result can be compared with ="
|
the result can be compared with ="
|
||||||
|
|
Loading…
Reference in New Issue