Answers for "js and jsx both we use in react"

16

what is jsx in react

instead of putting JavaScript into HTML,
JSX allows us to put HTML into JavaScript.
JSX stands for JavaScript XML. 
It is simply a syntax extension of React. 
It allows us to directly write HTML in React.
Posted by: Guest on July-03-2021
0

use jsx html

<script src="https://unpkg.com/babel-standalone@6/babel.min.js"></script>
Posted by: Guest on August-07-2020
2

jsx react

const element = <h1>Hello World</h1>
Posted by: Guest on June-02-2021

Browse Popular Code Answers by Language