Liking cljdoc? Tell your friends :D

nsfw.page


$interpose-childrencljs

($interpose-children {:keys [separator] :as opts} & children)
source

$navcljs

($nav {:keys [!view-key bus]} children)
source

aspect-ratiocljs

(aspect-ratio)
source

async-classcljs

(async-class init-args
             {ext-cdm :component-did-mount
              ext-cdu :component-did-update
              ext-cwu :component-will-unmount
              ext-rr :reagent-render
              :keys [on-state-update delay-fn async-did-update]})
source

attach-componentscljs

(attach-components ctx components)
source

attach-fastclickcljs

(attach-fastclick & [$el])
source

cdu-diffcljs

(cdu-diff f)
source

debouncecljs

(debounce f delay)
source

dispatch-current-pathcljs

(dispatch-current-path {:keys [routes actions context]} & [path])
source

dispatch-routecljs

(dispatch-route routes on-path & [{:keys [path]}])
source

dispatch-viewcljs

(dispatch-view views routes !app bus)
source

elvccljs

(elvc comp children)
source

ensure-optscljs

(ensure-opts [opts & body :as args])
source

fq-urlcljs

(fq-url & parts)
source

gen-nav-handlercljs

(gen-nav-handler views routes & [path-key])
source

handler-forcljs

(handler-for views k)
source

high-density-screen?cljs

(high-density-screen?)
source

history-push-statecljs

(history-push-state state-obj title path)
source

history-push-urlcljs

(history-push-url & parts)
source

hook-dispatchcljs

(hook-dispatch {:keys [routes views on-view on-handler]})
source

hook-reload-fncljs

(hook-reload-fn f)
source

hrefcljs

(href)
source

initcljs

(init {:keys [init-state context views routes handlers root-class root-id
              !state]})
source

(link {:keys [title on-click class]})
source

location-hashcljs

(location-hash)
source

ls-getcljs

(ls-get k)
source

ls-remcljs

(ls-rem k)
source

ls-setcljs

(ls-set k obj)
source

(nav-handlers {:keys [views routes]})
source

(nav-to bus view-key params)
source

(nav-to-key bus key & [route-params])
source

(navigate-to & parts)
source

not-empty?cljs

(not-empty? o)
source

on-elcljs

(on-el & pairs)
source

on-resizecljs

(on-resize f)
source

on-scrollcljs

(on-scroll f)
source

page-datacljs

(page-data key & [default])
source

path-forcljs

(path-for routes handler & [params])
source

pathnamecljs

(pathname)
source

push-pathcljs

(push-path & parts)
source

push-routecljs

(push-route routes handler & [params])
source

reloadcljs

(reload)
source

reloadercljs

(reloader init-fn)
source

render-forcljs

(render-for views k)
source

render-keycljs

(render-key !state path views)
source

render-viewcljs

(render-view views !app bus)
source

replace-location-hashcljs

(replace-location-hash hash)
source

resize-sourcecljs

(resize-source bus & [{:keys [op-key] :as opts}])
source

scroll-sourcecljs

(scroll-source bus {:keys [op-key] :as opts})
source

scroll-to-topcljs

(scroll-to-top)
source

scroll-topcljs

(scroll-top)
source

set-location-hashcljs

(set-location-hash hash)
source

set-scrollcljs

(set-scroll n)
source

set-scroll-topcljs

(set-scroll-top el n)
source

start-appcljs

(start-app init-fn)
source

start-popstate-handlercljs

(start-popstate-handler on-pop)
source

stop-appcljs

(stop-app app)
source

stop-popstate-handlercljs

(stop-popstate-handler f)
source

throttlecljs

(throttle f delta)
source

throttle-debouncecljs

(throttle-debounce f {throttle-ms :throttle debounce-ms :debounce})
source

view-forcljs

(view-for views k)
source

viewportcljs

(viewport)
source

views->handlerscljs

(views->handlers views)
source

views->routescljs

(views->routes views & [{:keys [root]}])
source

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

× close