The concept of lifting state from one component to a common parent is straight forward. However I need to lift state for components that have no shared parent. Obviously, I’ll need to create that parent component, but how is this set up especially since the child components would never be rendered together? Where does the parent get called and how does it communicate with its child components? Can someone point me to a clear example?
1