Using props. From parent to child, props. From child to parent, callback Props. Here is an example on what I am working now.
<SortableHead
label={employeeAttribute}
columnName="label"
sortCriteria={sortCriteria}
onSort={handleSort}
/>
onSort is the callback prop how child communicates with the parent.