What is JSX in React?
This is 2nd post of the series where we will learn what is JSX and why to use it with react. What is JSX ? JSX stands for JavaScript XML. It allows us to write HTML inside JavaScript. It converts HTML tags into React Elements. Why JSX is required?...
Dec 26, 20205 min read239
