Skip to content

Partial page update with async await. Dashboard creation from free available api.

Notifications You must be signed in to change notification settings

umeshkathiriya/Awesome-Async-Await

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Awesome Async Await

Async await is the sugar coated over the promises. Easy to write and understand the resolve, reject state of function data. Simple Dashaboard application created with different API's like

Partial page update while switching from news section to comment section. Random user details get fetch via click of button and with details of user location get currency rate exchange of country and weather of the city. Change the News category from dropdown and get news based on selected category. Interlinking of data and dependency give real world example.

Snap of Web UI

Exlpore the demo file and download the mini project to understand the ES6 functionalities and how it is easy to maintain code increase readadility and compare the previous project Fetch API GIT data where use case of then().catch() which simplified with use of async await keyword.

Check working code at Codesandbox Link