(function () { const AppItem = () => { return
child
; }; class App extends React.Component { render() { return (

Parent

); } } });