CP430 - Mobile Computing Week 4: React - The Beginning Creating a React Application using CDN. Create a webpage using the 3 CDNs. In the body add a root div with the contents of "React is not working". Create a component (class) called Page. Will contain h1 tags displaying the lab's title (Week 4: React - The Beginning) . Render this item into the root. Create another component called author. Return the text, in h3 tags, "Authored by ". Modify Page to also contain the author component. Make sure it works. Create another component (function) . Call it footer. Display "Computer Programming" in H3 tags. Modify Page to also display the footer.
a) True
b) False