You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In clojurescript the state ratom would typically be defined with defonce instead of with def. Doing so would ensure that the state of the application is kept when new changes are saved (be it in cljs files or stylesheets).
The text was updated successfully, but these errors were encountered:
create-cljs-app/template/src/app/hello.cljs
Line 11 in 7e99103
In clojurescript the state ratom would typically be defined with
defonce
instead of withdef
. Doing so would ensure that the state of the application is kept when new changes are saved (be it in cljs files or stylesheets).The text was updated successfully, but these errors were encountered: