diff --git a/database/frontend/react.json b/database/frontend/react.json index b89f1dc60..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", @@ -84,5 +84,12 @@ "url": "https://youtu.be/nDGA3km5He4", "category": "frontend", "subcategory": "react" + }, + { + "name": "DEVHINTS.IO React.js Cheatsheet", + "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" } ]