From ce521bf880fff6ab0cb1dc01e43e0b4d0151b766 Mon Sep 17 00:00:00 2001 From: Adones Reballos Date: Mon, 15 Oct 2018 23:59:47 +0800 Subject: [PATCH] update simplicity (#19303) I believe it is important to define ReactJS as a JavaScript library as stated on their website. --- client/src/pages/guide/english/react/why-react/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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