fluxlet-immutable

0.0.2 • Public • Published

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.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.0.20latest

Version History

VersionDownloads (Last 7 Days)Published
0.0.20
0.0.10

Package Sidebar

Install

npm i fluxlet-immutable

Weekly Downloads

0

Version

0.0.2

License

MIT

Last publish

Collaborators

  • fluxlet