Question: Use react class App extends React.Component { render() { var i = 1; return ( {i == 1 ? 'True!' : 'False'} ); } }

Use react

class App extends React.Component {

render() {

var i = 1;

return (

{i == 1 ? 'True!' : 'False'}

);

}

}

Add a state variable to replace the variable "i" and then update your script to use the state variable you just defined instead of the "i".

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!