Liking cljdoc? Tell your friends :D

re-learn.core


deregister-lessoncljs

(deregister-lesson lesson-id)
source

deregister-tutorialcljs

(deregister-tutorial tutorial-id)
source

enable-help-mode!cljs

(enable-help-mode!)

Highlight UI elements which have lessons attached to let the user discover functionality

Highlight UI elements which have lessons attached to let the user discover functionality
sourceraw docstring

initcljs

(init)

Call when initialising your app to initialise re-learn from local storage

Call when initialising your app to initialise re-learn from local storage
sourceraw docstring

register-lessoncljs

(register-lesson lesson)
source

register-tutorialcljs

(register-tutorial tutorial)
source

reset-education!cljs

(reset-education!)

Wipe all learning history from local storage in order to learn everything again

Wipe all learning history from local storage in order to learn everything again
sourceraw docstring

with-lessoncljs

(with-lesson {:keys [id] :as lesson} f)

Attach a lesson, the basic building block of re-learn, to a UI component

Attach a lesson, the basic building block of re-learn, to a UI component
sourceraw docstring

with-tutorialcljs

(with-tutorial {:keys [id] :as tutorial} f)

Attach a tutorial (collection of lessons) to a UI element

Attach a tutorial (collection of lessons) to a UI element
sourceraw docstring

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

× close