React stepper hook. Step trough components in series with a hook that uses a provider
Similar to the Unix | operator; returns a function that invokes the given series of functions whose output is subsequently passed to the next function in the series.
Performs left to right composition of one or more functions whom return promises
Fire a batch of promises while controlling the concurrent running promises
Run commands in order