Question: Creating a React Application using CDN Create a webpage using the 3 CDNs . In the head create variables to hold your name and this

Creating a React Application using CDN Create a webpage using the 3 CDNs . In the head create variables to hold your name and this lab's title (Week 4-Day 2) . In the body add a root div with the contents of "React is not working" Create React components o Page Will contain myTitle, contents The caption of the button will be sent in as a display property ll have a state of clickcount . When clicked Increase click count . Wil update the appropriate div to change X to the click count value Hint o use javascript to find the element o perhaps store the element identifier that the button will be working with (props? State?) o MMeny Will consist of 3 mvbuttons Button1 will display work Button2 will display play . Button3 will display survive . o MYTitle Will contain h1 tags displaying the lab's title - o Contents Will contain items a myMeny component Contain 3 divs Div1 will display Div2 will display Div1 will display o X times worked o X times played o Xtimes escaped mortal danger . Render page component into the root
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
