immuto
v0.9.34
Published
Very strongly typed Redux adaptation for TypeScript
Downloads
27
Maintainers
Readme
immuto
Very strongly typed Redux adaptation for TypeScript
Install
npm install immuto
And then
import * as I from "immuto"
Docs
- Proper documentation is gradually appearing...
- Deep background walkthrough
- Example of React binding
Or just install and read the highly documented tests : https://github.com/danielearwicker/immuto/tree/master/spec !
Related
- immuto-react
- immuto-example (with live demo!)
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: