DEV Community

Discussion on: Understanding JavaScript Promises

Collapse
 
justsml profile image
Daniel Levy

Such a great article. Well written, focused and featuring really solid technique.

Were/Are you an educator? Your examples game is amazing!

The way you chained methods in the fetch example is such a powerful technique.

I've been working on exploring the 'limits' of a similar pattern I call a 'functional river', check it out here: github.com/justsml/escape-from-cal...

:+1: using promises to compose (synchronous and) asynchronous methods in composable chains.