Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 

Repository files navigation

Create functional and class component Lab

  • 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 FunctionalHelloWorld into class component called ClassHelloWorld.

  • use one of the life cycle methods to print This is executed before rendering to the console before rendering the page.

  • use another life cycle methods to print This is executed after rendering to the console after rendering the page.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors