DEV Community

# promises

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
JavaScript: Promises and Why Async/Await Wins the Battle

JavaScript: Promises and Why Async/Await Wins the Battle

228
Comments 9
7 min read
Error handling with async/await and promises

Error handling with async/await and promises

80
Comments 7
5 min read
Async + Await refactor, which do you like best?

Async + Await refactor, which do you like best?

66
Comments 13
1 min read
Supplying Placeholder Data by Catching Promises

Supplying Placeholder Data by Catching Promises

75
Comments 5
3 min read
How to Serialize Concurrent Operations in JavaScript: Callbacks, Promises, and Async/Await

How to Serialize Concurrent Operations in JavaScript: Callbacks, Promises, and Async/Await

21
Comments 2
8 min read
9 Promising Promise Tips

9 Promising Promise Tips

219
Comments 17
8 min read
3 Facts About Promises

3 Facts About Promises

109
Comments 17
3 min read
What's your promise for 2018?

What's your promise for 2018?

17
Comments 7
1 min read
Clarifying Async and Promises

Clarifying Async and Promises

20
Comments 2
2 min read
Composable Callbacks

Composable Callbacks

13
Comments
7 min read
Gotchas about async/await and Promises

Gotchas about async/await and Promises

107
Comments 8
7 min read
Using ES6 array destructing with Promises

Using ES6 array destructing with Promises

26
Comments 2
3 min read
I promise I won't callback anymore

I promise I won't callback anymore

111
Comments 17
5 min read
Turn any callback into promise with babel-plugin-promise

Turn any callback into promise with babel-plugin-promise

13
Comments
1 min read
A quick guide to JavaScript Promises

A quick guide to JavaScript Promises

29
Comments 10
10 min read
Using fetch() and reduce() to grab and format data from an external API - A practical guide

Using fetch() and reduce() to grab and format data from an external API - A practical guide

13
Comments 8
6 min read
Javascript Promise Chaining & Error Handling

Javascript Promise Chaining & Error Handling

16
Comments 3
3 min read
Javascript Promises

Javascript Promises

10
Comments
1 min read
Some ways to load data from external API in React

Some ways to load data from external API in React

8
Comments
2 min read
The journey to async/await

The journey to async/await

49
Comments 2
6 min read
From Promises to Futures in Javascript

From Promises to Futures in Javascript

6
Comments
4 min read
Callbacks & Promises in Javascript

Callbacks & Promises in Javascript

68
Comments 3
3 min read
Useful “reduce” use cases

Useful “reduce” use cases

5
Comments
3 min read
loading...