In React, it's common to pass data down the component tree from parent to child using props. However, sometimes you might need to pass state data back...