Cheat Sheet CURD Fetch API

CRUD Operation?

Create: Inserts a new data
Read: Read the data
Update: Update the existing data
Delete: Delete the existing data

List of HTTP Request methods

REST API Server ?

JSONPlaceholder is a free online REST API that you can use whenever you need some fake data. It’s great for learning, tutorials, testing new libraries, sharing code-examples.

Fetch API

GET Posts

Console

CREATE a Post

UPDATE a Post

DELETE a Post

--

--

Software Engineering student @Flatiron

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store