Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add DevHints.io React.js cheatsheet to the Frontend/React category. #1380

Merged
merged 3 commits into from
Jul 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions database/frontend/react.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[
{
"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",
"language": "english"
},
{
"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",
Expand Down Expand Up @@ -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"
}
]