Component A has two child components Component B and Component C Component B: Make an input text field Attach a listener of 'change' to the input text field Store the value to the redux store Component C: Get the value from the redux store Show the value inside this component