State value export on nested components

I would really love a way to be able to export state values from a parent component if I am clicking “Create Component” on an child element and parts of that newly created element reference those state values. Right now it seems like I need to unhook all of my logic first if I want to extrapolate out my components and it makes for a lot of repeat work on complex designs.