JSX - JavaScript Syntax Extension. JSX is a syntax extension to JavaScript.
Virtual DOM. React keeps a lightweight representation of the “real” DOM in the memory, and that is known as the “virtual” DOM (VDOM)
Performance. ...
Extensions. ...
One-way Data Binding. ...
Debugging. ...
Components. ...
State.