From b9227d0d99503852d2140a99a845737981437216 Mon Sep 17 00:00:00 2001 From: Mansour Fall Date: Thu, 14 Feb 2019 03:57:28 +0100 Subject: [PATCH] added React maintainers info (#31341) --- guide/english/react/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/react/index.md b/guide/english/react/index.md index b53c0106a8..3dda5a4322 100644 --- a/guide/english/react/index.md +++ b/guide/english/react/index.md @@ -3,7 +3,7 @@ title: React --- # React -React is a JavaScript library for building user interfaces. It was voted the most loved in the "Frameworks, Libraries, and Other Technologies" category of Stack Overflow's 2017 Developer Survey.1 +React is a JavaScript library for building user interfaces. It is maintained by [Facebook](https://github.com/facebook/react) and a vast community of individual developers and companies. It was voted the most loved in the "Frameworks, Libraries, and Other Technologies" category of Stack Overflow's 2017 Developer Survey.1 React is used for building user interfaces - what the user sees on their screen and how they interact with your web app. This interface is split up into components. Instead of having one huge page, you break it up into smaller pieces known as components. This approach is called modularity.