reitit/examples/frontend-re-frame
dimovich 031a777c8c Fix event definitions for routes with parameters
The current implementation will fail for `(re-frame/dispatch [::navigate ::some-route {:some :params}])`.

Update the definitions of `::navigate` and `::navigated!` events to accept the full route arguments.
2019-09-09 20:48:26 +03:00
..
resources/public Add re-frame example 2019-04-20 17:29:13 +03:00
src Fix event definitions for routes with parameters 2019-09-09 20:48:26 +03:00
project.clj 0.3.9 2019-06-16 20:20:49 +03:00
README.md Add re-frame example 2019-04-20 17:29:13 +03:00

frontend-re-frame

A re-frame application designed to ... well, that part is up to you.

Development Mode

Run application:

lein clean
lein figwheel dev

Figwheel will automatically push cljs changes to the browser.

Wait a bit, then browse to http://localhost:3449.

Production Build

To compile clojurescript to javascript:

lein clean
lein cljsbuild once min