If I simply have:
const App = function() { return ( {this.renderList()} ) }
How do I define the
You can create render list function as standalone and use function parameter to pass props into function.