This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-10-04
Channels
- # announcements (27)
- # babashka (1)
- # beginners (70)
- # calva (3)
- # cljfx (4)
- # clojure (37)
- # clojure-australia (1)
- # clojure-europe (1)
- # clojure-germany (6)
- # clojurescript (5)
- # conjure (4)
- # cursive (2)
- # data-science (3)
- # datomic (20)
- # events (1)
- # fulcro (9)
- # graalvm (7)
- # jobs-discuss (3)
- # joker (1)
- # malli (2)
- # pathom (2)
- # re-frame (8)
- # reitit (1)
- # shadow-cljs (44)
- # sql (16)
- # xtdb (8)
I downloaded the fulcro template to play around with, but I'm getting an net::ERR_CONNECTION_REFUSED
whenever I start the server. Has anyone encountered this error before?
redownloading the template fixed the issue but still having problems reflecting mutations in the dom
Can you show the errors?
original error is gone, no error for the persistent one, it just isn't reflecting changes in the dom.
uuugggggghhhhhhhhhhhhhhh surprise, surprise, I'm just an idiot. It works from a root component, but not one I make a factory of. I don't understand why the dom only works from root, but at least I got this crap working again. Now I have to relearn how to appropriately build and pass data between components such that it respects mutations. oh well
What do you mean by mutations here? Fulcro's defmutation? You mean that transact!-Ing a mutation only works inside the root component?!