Single Choice Not Set

QJSX is faster because it performs ____________ while compiling code to JavaScript.

ID: #4320 ReactJS - Basic 597 views
Question Info
#4320Q ID
Not SetDifficulty
ReactJS - Basic Topic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A Encryption
  • B Optimization
  • C Modification
  • D Compression
Correct Answer

Explanation

Optimization

React with JSX

Why JSX?

React uses JSX instead of the regular JavaScript.

Advantages:

  • Faster because it performs optimization while compiling code to JavaScript.
  • Type-safe and most of the errors can be caught during compilation.
  • Easier and faster to write templates, if you are familiar with HTML.

Share This Question

Challenge a friend or share with your study group.