Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 347 Bytes

File metadata and controls

12 lines (11 loc) · 347 Bytes

If you dont use emacs, then in a terminal do:

    $ lein figwheel
      (... cruft ...)
    dev:cljs.user=> (in-ns 'sample-reagent.core)
      nil
    dev:sample-reagent.core!{:conn 2}=> (load "core")
      nil
    dev:sample-reagent.core!{:conn 2}=> (swap! app-state assoc :text "a new string...")
      {:text "a new string..."}