Description: In React data flows down. Technically the question how to pass props from child to parent is wrong, but there is a work around. When you have nested components in React and need to pass data from a child to the parent component, or between sibling component, you have props to help you with that.
Source code on GitHub: https://github.com/Loratadin/parent-c...
Personal website: tshulga.com
Twitter: / pairprogrammin1