Community

Exploring Recursive Promises In JavaScript

(Ben Nadel) Yesterday, in my post about adding retry logic to bulk updates in PouchDB, I made use of a recursive promise chain. Recursion is a difficult topic on its own; as are Promises; so, putting the two together is enough to make one’s head hurt.

Read More - Register for Free Membership