Hi, I’m new to Om… was wondering if someone could bring me up to speed on the right way to manage the app-state dependency?
For example, you’re writing reconcilers that take the :state
key… what’s the best way to avoid placing references to a global app-state all over the app?
Or, is it simply that the reconcilers are all added via add-root!
in one place?
I think I see now… you use one reconciler
, and dispatch using a key off that. Hope I’m reading that right.
kendall.buchanan: You might want to ask in #C06DT2YSY which also heavily covers om.next. This channel is fairly empty
Cool, thanks.