Fork me on GitHub
#fulcro
<
2021-12-31
>
ianjones16:12:46

@holyjak Im using your minimalist template and when I make a change to the dom, the app requires a hard refresh to see things update. I can see shadow-cljs running but nothing gets updated…

Michael W16:12:07

do you have a shadow-cljs watch :main process running? please link the template.

ianjones17:12:47

I do have the watch :main process running

Michael W17:12:56

so you run a watch process in 1 terminal, then open the repl in another? Are you using an editor repl?

ianjones18:12:09

Im running everything through cider

Michael W18:12:06

I'm not too familiar with cider so I'll be limited help. I use calva with vi keys and use shadow-cljs for both clj and cljs repl so my way won't really work for you.

Jakub Holý (HolyJak)22:12:12

Happy new year!

🥳 1
ianjones15:01:02

happy new year!

Jakub Holý (HolyJak)20:01:08

@U0CKDV6DB What DOM changes in particular failed to display? I have inserted a new p into Root , changed :style on another, changed the text in an existing p and all of them did show up automatically.