(goto path)
Returns an action to go to the given path.
Returns an action to go to the given path.
(href route & params)
Return an url string for the given route, with arguments for the positional and maybe a map for query params as required by the given route.
Return an url string for the given route, with arguments for the positional and maybe a map for query params as required by the given route.
(html5-history-router pages)
An item that renders to one of the pages from the given map of
routes to pages, depending on the current browser location, which is
monitored for changes. It also handles goto
actions emitted from
within, modifying the browser history accordingly.
An item that renders to one of the pages from the given map of routes to pages, depending on the current browser location, which is monitored for changes. It also handles [[goto]] actions emitted from within, modifying the browser history accordingly.
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |