From e86868af0e0b83e0d9499014b7b4df0f0e48309d Mon Sep 17 00:00:00 2001 From: AhorIsaac Date: Mon, 24 Jul 2023 16:29:39 +0100 Subject: [PATCH 1/3] Add DevHints.io React.js cheatsheet to the Frontend/React category. --- database/frontend/react.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/database/frontend/react.json b/database/frontend/react.json index b89f1dc60..e587b9876 100644 --- a/database/frontend/react.json +++ b/database/frontend/react.json @@ -84,5 +84,12 @@ "url": "https://youtu.be/nDGA3km5He4", "category": "frontend", "subcategory": "react" + }, + { + "name": "DEVHINTS.IO React.js Cheatsheeet", + "description": "This is a React.js cheatsheet that gives a comprehensive guide on the most fundamental concepts of React.js, and it offers a knowledge management approach to help remember those concepts easily.", + "url": "https://devhints.io/react", + "category": "frontend", + "subcategory": "react" } -] +] \ No newline at end of file From 2fd97b87ee17aaf97c46c1f9f8aaa35181cd2ee6 Mon Sep 17 00:00:00 2001 From: Ahor Isaac <78865708+AhorIsaac@users.noreply.github.com> Date: Mon, 24 Jul 2023 16:46:10 +0100 Subject: [PATCH 2/3] Update react.json The word Cheatsheet was misspelled in the value of the name key. --- database/frontend/react.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/database/frontend/react.json b/database/frontend/react.json index e587b9876..9dde78de6 100644 --- a/database/frontend/react.json +++ b/database/frontend/react.json @@ -86,10 +86,10 @@ "subcategory": "react" }, { - "name": "DEVHINTS.IO React.js Cheatsheeet", + "name": "DEVHINTS.IO React.js Cheatsheet", "description": "This is a React.js cheatsheet that gives a comprehensive guide on the most fundamental concepts of React.js, and it offers a knowledge management approach to help remember those concepts easily.", "url": "https://devhints.io/react", "category": "frontend", "subcategory": "react" } -] \ No newline at end of file +] From b609257fb533d3e1d9046aaa1fd571733ea68e7e Mon Sep 17 00:00:00 2001 From: Christine Belzie <105683440+CBID2@users.noreply.github.com> Date: Mon, 24 Jul 2023 20:15:18 -0400 Subject: [PATCH 3/3] fix: revise grammatical errors --- database/frontend/react.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/database/frontend/react.json b/database/frontend/react.json index 9dde78de6..f8ed5ebb2 100644 --- a/database/frontend/react.json +++ b/database/frontend/react.json @@ -1,7 +1,7 @@ [ { "name": "React js", - "description": "Free online course for learning react js", + "description": "Free online course for learning React js", "url": "https://scrimba.com/learn/learnreact#", "category": "frontend", "subcategory": "react", @@ -9,7 +9,7 @@ }, { "name": "React js", - "description": "Free React course in order to learn fundamentals of React by FreeCodeCamp. This course is beginner friendly and easy to understand and to apply in large codebase.", + "description": "This freecodecamp course is beginner friendly and provides information that developers can apply in large codebases.", "url": "https://youtu.be/4UZrsTqkcW4", "category": "frontend", "subcategory": "react", @@ -87,7 +87,7 @@ }, { "name": "DEVHINTS.IO React.js Cheatsheet", - "description": "This is a React.js cheatsheet that gives a comprehensive guide on the most fundamental concepts of React.js, and it offers a knowledge management approach to help remember those concepts easily.", + "description": "This React.js cheatsheet gives comprehensive information on the language's fundamental concepts and implements a knowledge management approach to help developers understand them.", "url": "https://devhints.io/react", "category": "frontend", "subcategory": "react"