This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-06-05
Channels
- # babashka (4)
- # bangalore-clj (1)
- # calva (5)
- # chlorine-clover (1)
- # cider (5)
- # clara (9)
- # clj-kondo (18)
- # cljs-dev (12)
- # clojure (42)
- # clojure-europe (9)
- # clojure-norway (1)
- # clojure-uk (4)
- # clojured (255)
- # clojurescript (76)
- # community-development (3)
- # conjure (4)
- # emacs (9)
- # figwheel (3)
- # fulcro (6)
- # graalvm (6)
- # java (15)
- # lsp (7)
- # luminus (1)
- # off-topic (5)
- # pathom (9)
- # reagent (5)
- # ring (6)
- # shadow-cljs (38)
- # sql (21)
- # xtdb (12)
Hello! I'm new to Clojure, ClojureScript, Luminus, etc. I started a web app with luminus and re-frame.
I was "playing" with the nav bar, trying to add some stuff. I restarted the app but the changes weren't reflected.
Today (after a computer restart) I started the app again and all of the sudden the changes were there. I was modifying the navbar
function in src/cljs/app_name/core.cljs
. Now I'm trying to modify it again and the changes again aren't being rendered.
Any ideas why this is happening? I tried restarting the server, hard reload with cache clear and restarting my editor, vscode(in WSL Ubuntu 20.04)