When reusing a react component, defined state in the component is independent on every instance of it being reused
state
instance
One component state does not affect another component state.