0.0.2 • Published 9 years ago
fluxlet-immutable v0.0.2
Fluxlet Immutable State Utilities
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...
update
Perform deep updates to immutable data structures.
chain
Combine several updates on a single immutable structure.
clone
Clone an object/array with a mutated property/element, used by update but may also be handy on its own.
freeze
Perform shallow and deep freezes of objects/arrays.
get
Get nested values from a structure given a path.
map
Some variations on the traditional map functions, but specifically designed to work with the update function.