Reactive library for data fetching, caching, state management


Keywords
algebraic-data-types, fp-ts-rxjs, fp-ts, io-ts, isomorphic, react, reactive, reactivex, rxjs, typescript, functional-programming
License
MIT
Install
npm install mutoid@0.6.0-rc.1

Documentation

Mutoid

Reactive library for data fetching, caching, state management (also) for isomorphic applications

Installation

npm install mutoid

Note rxjs, fp-ts,fp-ts-reactive are required peer dependencies. Instead react, use-sync-external-store and io-ts are an optional peer dependencies.

Documentation

https://engineering.facile.it/mutoid

Example

If you want to see a simple app
If you clone this repo, you can run the example with

npm ci
npm run dev-server

Test, lint & tsc

npm run lint
npm run tsc
npm run test