209,357 views
22 votes
22 votes
What are the major features of React?

Declarative
Centralized
Component-Based
Learn Once, Write Anywhere
Predictable

User Usman Shahid
by
2.2k points

1 Answer

22 votes
22 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 Thorin Oakenshield
by
3.6k points