-
create
FunctionalHelloWorld- it should be functional component
- it will recive a props called name with a string vlaue
- it will render the name into the page
-
conver the
FunctionalHelloWorldinto class component calledClassHelloWorld. -
use one of the life cycle methods to print
This is executed before renderingto the console before rendering the page. -
use another life cycle methods to print
This is executed after renderingto the console after rendering the page.