33.0k views
1 vote
What are the major features of React?

Declarative
Centralized
Component-Based
Learn Once, Write Anywhere
Predictable

User Alchemy
by
4.8k points

1 Answer

5 votes

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.

User Toskv
by
5.0k points