Liking cljdoc? Tell your friends :D

uix.hooks.alpha

Wrappers for React.js Hooks

Wrappers for React.js Hooks
raw docstring

batched-updatecljs


callbackclj/s

(callback f)
(callback f deps)

contextclj/s

(context v)

debugclj/s

(debug v)
(debug v fmt)

effect!clj/s

(effect! setup-fn)
(effect! setup-fn deps)

imperative-handleclj/s

(imperative-handle ref create-handle deps)

IRefclj/s≠protocol

unwrapclj/s

(unwrap this)

layout-effect!clj/s

(layout-effect! setup-fn)
(layout-effect! setup-fn deps)

maybe-js-depsclj/smacro

(maybe-js-deps deps)

memoclj/s

(memo f)
(memo f deps)

refclj/s

(ref value)

RefHookcljs


stateclj/s

(state value)

StateHookcljs


subscribeclj/s

(subscribe {:keys [get-current-value subscribe]})

with-deps-checkclj/smacro

(with-deps-check [prev-deps] f deps)

with-effectclj/smacro

(with-effect deps & body)

Takes optional vector of dependencies and body to be executed in an effect.

Takes optional vector of dependencies and body to be executed in an effect.
raw docstring

with-layout-effectclj/smacro

(with-layout-effect deps & body)

Takes optional vector of dependencies and body to be executed in a layout effect.

Takes optional vector of dependencies and body to be executed in a layout effect.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close