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?...
rahulism.hashnode.dev5 min read
David Igheose
Senior Frontend Engineer
Amazing write up