A parent component can change the props of a child component, but a child component cannot change the props of the parent component directly. Child and DOM are data bound. For example, changing the value of a component must be done by setState, not by changing the DOM value