Answered step by step
Verified Expert Solution
Question
1 Approved Answer
create two buttons using the React import React from react; / / import logo from . / logo . svg ; import
create two buttons using the React import React from "react";
import logo from logosvg;
import Appcss;
import Disney from examplesDisney;
class App extends React.Component
state
currentUser:
firstName: "Mickey",
lastName: "Mouse",
friends: name: "Minnie" name: "Pluto"
age:
other: prop: "Same"
somethingElse: "Same",
;
onItemClicked e
estopPropagation;
epreventDefault;
console.logI was clicked", ecurrentTarget;
console.logHere is state, this.state.zipCode";
console.logHere is state", this.state;
componentDidMount
console.logcomponentDidMount;
console.assertthisstate;
this.setStateprevState
let currentUser prevState.currentUser ;
currentUser.firstName "Michael";
const newFriends currentUser.friends, name: "Googy" ;
currentUser.friends newFriends;
return currentUser ;
;
sayHello msg
console.logmsg;
;
render
this.sayHelloFrom App Component";
return
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started