Monday 17 July 2017

Fetch examples for a CRUD app?

I'm finishing up a CRUD application and have come to the stage of implementing the update and delete functions on the front end (the routes are already complete). I'm not using a framework and I'm really struggling with how to write this part. Fetch seems to be the most simple way, but I haven't seen any direct examples (so much Angular...) and I'm having a hard time figuring out how to write the requests. I've read the documentation on MDN, but I guess I'm just not grasping how to apply the specifics. Can anyone point me in the direction of some specifics for PUT and DELETE requests?

Submitted July 17, 2017 at 02:44PM by flight19

No comments:

Post a Comment