React CRUD Operations - Learn React JS
Offered By: Dave Gray via YouTube
Course Description
Overview
Learn how to perform CRUD operations in React by abstracting an async fetch function and defining operations within an options object parameter. Master the process of interacting with a REST API server to create, read, update, and delete data. Explore the creation of an async API request function, implement a POST request to create new records, verify incoming JSON Server API requests, use PATCH requests for updating existing records, and execute DELETE requests to remove data. Gain practical insights into working with JSON-Server and utilizing essential tools like the ES7 React JS Snippets Extension for VS Code and React Dev Tools Extension for Chrome. Perfect for developers looking to enhance their React skills and build robust applications with efficient data management.
Syllabus
Intro
Project Discussion
Creating the async API Request function
Create a new record with a Post API request
Check incoming JSON Server API requests
Update an existing record with a Patch API request
Delete an existing record with a Delete API request
Taught by
Dave Gray
Related Courses
Introduction to DatabasesMeta via Coursera MongoDB for Node.js Developers
MongoDB University Full Stack Foundations
Udacity Ruby on Rails Web Services and Integration with MongoDB
Johns Hopkins University via Coursera MongoDB Basics
MongoDB University