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:
Adones Reballos
2018-10-15 23:59:47 +08:00
committed by Jonathan Grah
parent 22dca24b81
commit ce521bf880

View File

@ -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