This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-06-24
Channels
- # announcements (6)
- # beginners (89)
- # calva (75)
- # cider (37)
- # clj-kondo (1)
- # cljs-dev (19)
- # cljsjs (8)
- # clojars (1)
- # clojure (122)
- # clojure-europe (6)
- # clojure-italy (41)
- # clojure-nl (18)
- # clojure-uk (24)
- # clojurescript (26)
- # cursive (6)
- # data-science (5)
- # datomic (51)
- # emacs (28)
- # fulcro (8)
- # graalvm (13)
- # hoplon (1)
- # immutant (1)
- # jobs (3)
- # joker (1)
- # keechma (43)
- # lambdaisland (1)
- # leiningen (37)
- # midje (1)
- # nrepl (2)
- # off-topic (32)
- # re-frame (3)
- # reagent (24)
- # reitit (5)
- # remote-jobs (1)
- # shadow-cljs (33)
- # sql (7)
- # tools-deps (11)
Navigating to the login screen and clicking the “Foo!” button always seems to cause the entire Root to re-render, and so forces itself back to the home screen
I think what I need is the ability to reconcile from an arbitrary place in the VDOM. That way I could let the navigation do its thing, mounting and unmounting Fulcro “roots” :thinking_face:
Fulcro is current only a managed root system. In F3 it is possible to relax that restriction, but it is not on my personal priority list.
Ah okay, thank you @tony.kay. I found some of your thinking on this here: https://github.com/fulcrologic/fulcro/issues/280