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

added react state management tools like redux and recoil #1185

Merged
merged 7 commits into from
Jul 3, 2023
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
fix: revise the descriptions
  • Loading branch information
CBID2 authored Jul 3, 2023
commit df5c8efd0538d986670a58feaf3df2a58ba31146
10 changes: 5 additions & 5 deletions database/frontend/react.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@
},
{
"name": "Fullstack Open",
"description": "This course serves as an introduction to modern web application development with JavaScript. The main focus is on building single page applications with ReactJS and use REST APIs built with Node.js. The course also contains a section on GraphQL, a modern alternative to REST APIs.",
"description": "This course serves as an introduction to modern web application development with JavaScript. The main focus is on building single-page applications with ReactJS and use REST APIs built with Node.js. The course also contains a section on GraphQL, a modern alternative to REST APIs.",
"url": "https://fullstackopen.com/en/",
"category": "frontend",
"subcategory": "react"
},
{
"name": "React 2025",
"description": "React2025 is the ultimate free course that guides you from zero lines of code to launching a fully functional SaaS app. Learn Next.js, React, Firebase Authentication, Firestore, Stripe for subscription payments, and Vercel for serverless deployment all in one comprehensive package.",
"description": "React2025 is the ultimate free course that guides you from zero lines of code to launch a fully functional SaaS app. Learn Next.js, React, Firebase Authentication, Firestore, Stripe for subscription payments, and Vercel for serverless deployment all in one comprehensive package.",
"url": "https://react2025.com/",
"category": "frontend",
"subcategory": "react"
Expand All @@ -51,7 +51,7 @@
},
{
"name": "Free React Bootcamp",
"description": "This 4-day React boot camp offers a solid foundation in React development. Each day features an in-depth video, providing a comprehensive learning experience for mastering React's concepts and techniques.",
"description": "This 4-day React bootcamp offers a solid foundation in React development. Each day features an in-depth video, providing a comprehensive learning experience for mastering React's concepts and techniques.",
"url": "https://ui.dev/free-react-bootcamp",
"category": "frontend",
"subcategory": "react"
Expand All @@ -65,9 +65,9 @@
},
{
"name": "Recoil Js ",
"description": "Recoil is an experimental state management library and It provides several capabilities that are difficult to achieve with React alone.In this article we learn about the recoil. js, and how it is managing state in react. JavaScript React Recoil. Recoil js is another state management library for React.",
"description": "Recoil is an experimental state management library. It provides several capabilities that are difficult to achieve with React alone. In this article, we learn about the recoil. js, and how it is managing state in React. Recoil js is another state management library for React.",
"url": "https://recoiljs.org/docs/introduction/getting-started/",
"category": "frontend",
"subcategory": "react"
}
]
]