React and node JS project #25 Integrate Delete Product API

preview_player
Показать описание
In this video, in this part of the e-commerce dashboard, we learn how to Call API to delete products in the React js and node js language. we can also say that this is a MERN stack project in the English language. this video is made by anil Sidhu in English.

Steps for project
Add delete column
Make Function for delete API call.
Call Delete Product API.
Test Flow.
Node js and react js project
mern stack project tutorial

Node js and react js project playlist in Hindi (Mern stack) :
Рекомендации по теме
Комментарии
Автор

Please Support my by Subscribe, Like and comment. Thank you :)

codestepbystep
Автор

Super video series... Please make video on

sandeeppillai
Автор

why you used call back function for button click

manikantareddykarri
Автор

i got erorr in line 20 result = await result.json()

mrconqueror
Автор

Backend kahan hai iska that's is why disliked

niteshsen
Автор

const deleteProduct = async (id) => {
console.log(id);
let result = await fetch(
method: "Delete",
headers : {
'Content-Type': 'application/json',
}
})
result = await result.json()
console.log(result);
};

mrconqueror