Default action creators All of the below action creators are availble through the create API at any arbitrary leaf of actions. Some are more useful depending on the type of leaf state you are operating with: any .do(callback) .clear([toNull = false]) .reset() .update(value) array .concat(array) .drop([n = 1]) .filter(callback) .push(element, [index = -1], [replace = false]) boolean .off() .on() .toggle() number .increment([n = 1]) object .assign(...sources) .path(path, value) .set(key, value) string .concat(string)