Provides some handy functions for working with immutable state in Fluxlet.
Take a look at the source for the full details, here is a short overview of each module...
Perform deep updates to immutable data structures.
Combine several updates on a single immutable structure.
Clone an object/array with a mutated property/element, used by update but may also be handy on its own.
Perform shallow and deep freezes of objects/arrays.
Get nested values from a structure given a path.
Some variations on the traditional map functions, but specifically designed to work with the update function.