This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-04-30
Channels
- # announcements (7)
- # beginners (103)
- # boot (62)
- # cider (14)
- # clara (10)
- # cljdoc (4)
- # cljs-dev (2)
- # cljsrn (2)
- # clojure (51)
- # clojure-dev (15)
- # clojure-europe (13)
- # clojure-italy (25)
- # clojure-japan (3)
- # clojure-nl (4)
- # clojure-spec (6)
- # clojure-uk (9)
- # clojurescript (72)
- # clojureverse-ops (2)
- # community-development (2)
- # core-async (35)
- # cursive (16)
- # datascript (1)
- # datomic (12)
- # duct (2)
- # emacs (2)
- # fulcro (9)
- # graphql (5)
- # hoplon (5)
- # leiningen (3)
- # luminus (1)
- # nyc (1)
- # off-topic (41)
- # other-languages (1)
- # pathom (16)
- # pedestal (2)
- # re-frame (44)
- # reitit (1)
- # shadow-cljs (33)
- # spacemacs (12)
- # test-check (9)
- # tools-deps (15)
- # vim (4)
@flyboarder I am running 7.3.1 and the new commits did something to make page-reloads add to dom, instead of replacing it. Similar to https://clojureverse.org/t/hoplon-boot-reload-appending-html-to-body/2290. I ran into this once before, when trying to update to latest clojurescript, I think. I tried to roll back to 7.2, but reload remains broken.
I tried to implement the manual clearing and re-attaching of nodes, but couldnt figure that out. Is this just re-implementing boot-reload?
Do I need to switch to shadow-cljs? If so, should I use the boot-shadow task?
Any examples? Thanks
@chromalchemy the current version should be removing child nodes, i’ll poke this for a bit