0.0.2 • Published 10 years ago

fluxlet-immutable v0.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
10 years ago

Build Status npm version Dependency Status devDependency Status License

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.

0.0.2

10 years ago

0.0.1

10 years ago