JSX in React

Dheeraj Verma
1 min readJul 20, 2020

--

jsx in react

JSX in React is being popular day by day. Because it is making the Front End Development very easy. Today I will tell you everything that you must know about JSX. So that you have the right knowledge to boost your productivity and work like a pro.

What is JSX?

JSX stands for JavaScript XML and is an XML-like syntax used by React that extends ECMAScript such that XML-like text can co-exist with JavaScript Code. Basically, it’s a syntax extension of regular JavaScript used to create React elements. It allows us to write and add HTML in React.

Read More

--

--