immuto icon indicating copy to clipboard operation
immuto copied to clipboard

Very strongly typed Redux adaptation for TypeScript

Build Status

immuto

Very strongly typed Redux adaptation for TypeScript

Install

npm install immuto

And then

import * as I from "immuto"

Docs

Or just install and read the highly documented tests : https://github.com/danielearwicker/immuto/tree/master/spec !

Related

Contributing

  • npm install
  • Open index.ts in VSCode (or your favorite TypeScript supporting IDE) and start cracking.
  • prepublish is wired to compile the code using TypeScript latest (see our devDependency)
  • npm run test makes sure nothing awful happens.

Originally developed in http://alm.tools. :rose: