This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-05-04
Channels
- # announcements (1)
- # architecture (7)
- # beginners (44)
- # biff (11)
- # calva (15)
- # cider (5)
- # clerk (9)
- # clj-kondo (20)
- # clj-on-windows (19)
- # clj-yaml (2)
- # cljs-dev (39)
- # clojure (52)
- # clojure-czech (2)
- # clojure-dev (11)
- # clojure-europe (28)
- # clojure-hamburg (10)
- # clojure-hungary (3)
- # clojure-nl (1)
- # clojure-norway (59)
- # clojure-uk (5)
- # clojured (2)
- # clojurescript (33)
- # conjure (2)
- # datahike (1)
- # datomic (5)
- # defnpodcast (5)
- # emacs (18)
- # figwheel (2)
- # funcool (6)
- # graphql (1)
- # hyperfiddle (11)
- # jobs (3)
- # joyride (13)
- # malli (6)
- # music (4)
- # off-topic (45)
- # polylith (11)
- # practicalli (3)
- # rdf (3)
- # releases (1)
- # scittle (8)
- # shadow-cljs (13)
- # specter (2)
- # squint (8)
- # testing (6)
- # tools-deps (21)
- # xtdb (2)
Is there a story for vanilla javascript to construct and mount multiple electric components within a single dom?
I have an existing javascript app and I’m thinking about how to incrementally electrify it.
From what I can tell, I can boot
multiple electric fns but only one can be hooked up to the reactor at a time.
you could bind dom/node multiple times from the same boot
Thanks, that makes sense
I don't immediately see any technical reason why you can't have multiple electric instances simultaneously but I think we would prefer you not do that
ah, they will collide on trying to connect to the server
🙂 I feel like I’m about to do a bunch of things that someone is going to prefer I not do
happy to walk with you on this journey
Let me ping you back when I have some skeleton code that I can easily play with