<parent> <child/> <button onClick={myFunc}>call func</button></parent><child> const myFunc = () =>
{ ... } return{ }</child>