During my software engineering program at Flatiron School, I have built apps using Python/Flask and JavaScript/React. On the frontend(React), information is passed from a parent component to it’s children through something called props.
In the example above, Edit is the parent compo...