«react-props» etiketlenmiş sorular


1
JSX'te foreach tepki verin
REACT yoluyla çıktısını almak istediğim bir nesne var question = { text: "Is this a good question?", answers: [ "Yes", "No", "I don't know" ] } ve benim tepki bileşenim (azaltma), başka bir bileşen class QuestionSet extends Component { render(){ <div className="container"> <h1>{this.props.question.text}</h1> {this.props.question.answers.forEach(answer => { console.log("Entered"); //This does ifre …

Sitemizi kullandığınızda şunları okuyup anladığınızı kabul etmiş olursunuz: Çerez Politikası ve Gizlilik Politikası.
Licensed under cc by-sa 3.0 with attribution required.