Ryan Haywood

Results 2 issues of Ryan Haywood

Here is the relevant code: ``` Clojure (def history (History.)) (events/listen history EventType/NAVIGATE (fn [e] (.log js/console "Route changed!"))) (.setEnabled history true) ``` With `clojure.browser.repl` required, this callback does not...

Is there currently a solution to generate a list of pages with similar yaml meta data? IE a list of "Articles". If this reaches beyond the scope of the core...