What is jsx ? JSX stands for JavaScript XML. It's an extension of the JavaScript language based on ES6. It's translated into regular JavaScript at runtime. JSX allows us to write HTML in React which makes the process of writing HTML in your React app...
smd.dev3 min read
No responses yet.