-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minimise promise chaining in asynchronous functions (ES6) #216
Comments
Hey @krishna9304 @GMishx , |
Hello @pulkit-30 , As you can see in the example, we want to minimise promise chaining and use |
Great, let's do it 🚀 |
@krishna9304 @pulkit-30 , one of you want to work on the issue? |
if @pulkit-30 is not working on it, i can pick it up!! |
Yep, I am working on this |
Hi! If this issue is still available, Can I work on it? |
Description
Using “async - await” instead of “.then” wherever possible.
Reason:
It's better to use async/await where possible, and minimise promise chaining. Async/await makes JavaScript code more accessible to developers that aren't as familiar with JavaScript, and much easier to read.]
Example screenshots
Status: Discussion required
cc: @Shruti3004 @GMishx @sjha2048
The text was updated successfully, but these errors were encountered: