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();