Wie man Requisiten einer funktionalen Komponente erhält
const Child = (props) => { return ( <div style={{backgroundColor: props.eyeColor}} /> )}
Prickly Polecat
const Child = (props) => { return ( <div style={{backgroundColor: props.eyeColor}} /> )}