Fork me on GitHub
#fulcro
<
2019-06-24
>
cjsauer01:06:42

Throwing in the towel, this is as close as I could get 😕

cjsauer01:06:42

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

cjsauer01:06:00

(Switched to react-native-router-flux library to avoid HOCs)

cjsauer02:06:10

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:

tony.kay02:06:44

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.

tony.kay02:06:10

That said, the new architecture makes it a relatively small job I think.

cjsauer09:06:33

Ah okay, thank you @tony.kay. I found some of your thinking on this here: https://github.com/fulcrologic/fulcro/issues/280