January 2020
Intermediate to advanced
530 pages
11h 11m
English
The render() method for App.js renders the Nav, Description, and Container components. It also passes all of the state and methods to the Container component for use by the child components:
render() {return ( <div> <Nav appName={this.appName} /> <div> </div> <Description /> <Container shoes={this.state.shoes} newPayment={this.newPayment} closePayment={this.closePayment} PaymentDetail={this.state.PaymentDetail} mAddress={this.state.mAddress} amount={this.state.amount} diff={this.state.diff} paymentf={this.state.paymentf} Conv={this.state.Conv} MMaskTransfer={this.MMaskTransfer} PaymentWait={this.PaymentWait} startTimer={this.startTimer} tick={this.tick} defaultGasPrice={this.state.defaultGasPrice} defaultGasLimit={this.state.defaultGasLimit} ...Read now
Unlock full access