update simplicity (#19303)
I believe it is important to define ReactJS as a JavaScript library as stated on their website.
This commit is contained in:
committed by
Jonathan Grah
parent
22dca24b81
commit
ce521bf880
@ -4,7 +4,7 @@ title: Why React
|
||||
## Why React.js?
|
||||
|
||||
### Simplicity
|
||||
React.js is not a full fledged Javascript framework like Angular.js or other popular frontend frameworks. Instead, React.js acts as the 'V' in MVC (Model View Controller). It is simply a view engine that can be dropped in and used with a plethora of other tools for the data and model part of MVC (most popularly Redux and Node.js).
|
||||
React.js is not a full fledged Javascript framework like Angular.js or other popular frontend frameworks. Instead, React.js is a JavaScript library that acts as the 'V' in MVC (Model View Controller). It is simply a view engine that can be dropped in and used with a plethora of other tools for the data and model part of MVC (most popularly Redux and Node.js).
|
||||
|
||||
### Performance
|
||||
|
||||
|
Reference in New Issue
Block a user