react · React Basics
Choose the right answer about JSX.
Answers
- JSX is faster as it performs optimization while compiling code to JavaScript
- JSX is a syntax notation for JavaScript XML
- JSX provides expressiveness of JavaScript along with HTML, like template syntax
- All of the above options