top | item 33083846

(no title)

drikerf | 3 years ago

Don't know about your exact environment but I've structured my code so most of it is in .cljc files which can be evaluated in browser and on server. This allows me to evaluate/test/run things easily in the emacs repl.

For view code I think hot reloading has been a great thing with Clojure/Script too. Everything is reloaded properly and the state remains.

discuss

order

yenda|3 years ago

You can have a cljs repl as well, and you can open an alert in the browser from it like you'd do in the console