Javascript 18 — Get, Post , Delete , Put Request( Async — Await Vs Fetch Api)

Ömer Çelik
1 min readMar 5, 2019

--

Fetch Api ile Get Request

Async — Await With Fetch Get Request

Fark ortada Async- Await ile fetchi birleştirip daha kolay ve anlaşılır bir yol elde etmiş olduk.

Fetch Api ile Post Request

Async — Await With Fetch Post Request

Fetch Api ile Put Request

Async — Await With Fetch Put Request

Fetch Api ile Delete Request

Async — Await With Fetch Delete Request

Makalelerimin tamamına erişmek isteyen arkadaşlar için hepsinin linkinin bulunduğu bir tutorial hazırladım. Aşağıdaki linkte paylaşıyorum.

https://medium.com/@omercelikceng/javascript-makalelerimin-tamam%C4%B1-45a71ac3b386

--

--