From 86c2fac4ad5f1d5c007447304b174a5ac780af0f Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Wed, 8 Dec 2021 19:36:48 +0100 Subject: [PATCH] Add react resources --- .../111-pick-a-framework/100-react-js/readme.md | 12 +++++++----- .../114-js-first/100-tailwind-css.md | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/content/roadmaps/100-frontend/content/111-pick-a-framework/100-react-js/readme.md b/content/roadmaps/100-frontend/content/111-pick-a-framework/100-react-js/readme.md index e33bfdd2e..314aa41b6 100644 --- a/content/roadmaps/100-frontend/content/111-pick-a-framework/100-react-js/readme.md +++ b/content/roadmaps/100-frontend/content/111-pick-a-framework/100-react-js/readme.md @@ -1,8 +1,10 @@ -# React js +# React -A JavaScript library for building user interfaces +React is the most popular front-end JavaScript library for building user interfaces. React can also render on the server using Node and power mobile apps using React Native. Free Content -React.js Official Documentation is good starting point. -The Beginner's Guide to React by Kent C. Dodds on egghead.io -React JS Course for Beginners - 2021 Tutorial +React Website +Official Getting Started +The Beginner's Guide to React +React JS Course for Beginners +Understanding React's UI Rendering Process diff --git a/content/roadmaps/100-frontend/content/114-css-frameworks/114-js-first/100-tailwind-css.md b/content/roadmaps/100-frontend/content/114-css-frameworks/114-js-first/100-tailwind-css.md index d2177e79c..ba7135d1c 100644 --- a/content/roadmaps/100-frontend/content/114-css-frameworks/114-js-first/100-tailwind-css.md +++ b/content/roadmaps/100-frontend/content/114-css-frameworks/114-js-first/100-tailwind-css.md @@ -7,4 +7,4 @@ CSS Framework that provides atomic CSS classes to help you style components e.g. Official Screencasts Should You Use Tailwind CSS? Tailwind CSS: An Introduction -Tailwind CSS Crash Course +Tailwind CSS Crash Course