mutoid icon indicating copy to clipboard operation
mutoid copied to clipboard

Reactive library for data fetching, caching, state management

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