No. The component state is encapsulated so only talking over props (if you have a child parent relationship), a container component which passes the data as props to both (same hierarchy level situation) or use a „global“ state system like redux or flux.