Async array reduce. Asynchronously applies a function against an accumulator and each element in an array (from left to right, in series) to reduce it to a single value.
Reduces an object to a value that is the accumulated result of running each property in the object through a callback. Executes the callback function once for each own enumerable property in the object, receiving four arguments: the initial value (or valu
Reduce an array of values via an asynchronous function.
A package to accumulate localizable snippets of HTML or JSX text and to compose and decompose them to/from localizable strings