From bfcda59708ff1691d01dd8cbf688ae61a924b5c4 Mon Sep 17 00:00:00 2001
From: The Coding Aviator <34807532+thecodingaviator@users.noreply.github.com>
Date: Sun, 14 Oct 2018 15:34:21 +0530
Subject: [PATCH] Added React information (#18742)
* Added React information
* Update index.md
---
.../front-end-libraries/react/index.md | 13 ++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)
diff --git a/client/src/pages/guide/english/certifications/front-end-libraries/react/index.md b/client/src/pages/guide/english/certifications/front-end-libraries/react/index.md
index 3297c27254..b2f09f2525 100644
--- a/client/src/pages/guide/english/certifications/front-end-libraries/react/index.md
+++ b/client/src/pages/guide/english/certifications/front-end-libraries/react/index.md
@@ -3,11 +3,18 @@ title: React
---
## React
-This is a stub. Help our community expand it.
+
-This quick style guide will help ensure your pull request gets accepted.
+React or ReactJS is a front-end library which is used to create beautiful, reusable and interactive User Interfaces.
-
+React is written in JavaScript and JSX. It is designed with reusability in mind and follows a component based pattern, which means write once and use infinitely.
+
+It is available as a CDN for browser based development or as a npm package for Command line shell based editing.
+
+React has been developed under the Facebook Open Source project, and is actively maintained by the Open Source community.
#### More Information:
+1. [React](https://reactjs.org/)
+2. [React Open Source page](https://github.com/facebook/react/)
+3. [React Forum](https://discuss.reactjs.org/)