diff --git a/client/src/pages/guide/english/react/why-react/index.md b/client/src/pages/guide/english/react/why-react/index.md index 98f205ef22..c96b07ded3 100644 --- a/client/src/pages/guide/english/react/why-react/index.md +++ b/client/src/pages/guide/english/react/why-react/index.md @@ -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