whatisjsx

JSX stands for JavaScript XML. It is simply a syntax extension of JavaScript. It allows us to directly write HTML in React (within JavaScript code). ... It is faster than normal JavaScript as it performs optimizations while translating to regular JavaScript
Redowan Rafy