Skip to content

Async/Await ( Faster Version )

Latest

Choose a tag to compare

@Mehdi-Zandian Mehdi-Zandian released this 07 Dec 20:50
· 4 commits to main since this release

What's new in the Mobile Tech shop?

  • All changes are inside the code and backend , actually, I decided to make a new version of my app with updated fetching methods
    like async/await which is my favorite one.

  • Shorter and smarter code compared to the previous version and of course, it is way faster .

Get Data :

const res = await fetch("address");
const data = await res.json();