NA +91-8727899942 thecoderjob@gmail.com

CHAPTER - 9

Jsx

  • Its name is javascript XML
  • Its helpful for use the html in react JS
  • You can also use react JS without JSX, but it become more complicated
  • Without JSX code :

React.createElement(‘div’,null,React.createElement(‘h1’,’class-name‘,’Hello world !!’))

  • With JSX code :

export function User()

{

    return(

        <h1>Hello world !!</h1>

    )

}

Chapter 8

Class component

Previous chapter

Chapter 10

Click event in function

Next chapter

Get In Touch

NA

thecoderjob@gmail.com

+91-8727899942

Popular Links

© www.thecoderjob.com. All Rights Reserved.               Designed by HTML Codex