From d735111eace8d546336a04ec28d0945aeb17c9ea Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Fri, 12 Aug 2022 16:27:21 +0400 Subject: [PATCH] Add content for react fundamentals --- .../content/100-react-fundamental-topics/readme.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/103-react/content/100-react-fundamental-topics/readme.md b/content/roadmaps/103-react/content/100-react-fundamental-topics/readme.md index bffe5d179..e2ab25d31 100644 --- a/content/roadmaps/103-react/content/100-react-fundamental-topics/readme.md +++ b/content/roadmaps/103-react/content/100-react-fundamental-topics/readme.md @@ -1 +1,7 @@ -# React fundamental topics \ No newline at end of file +# React + +React is a JavaScript library for building user interfaces. It is an open-source, component-based front end library responsible only for the view layer of the application. + +Free Content +Official Website +Official Documentation