Skip to content

facile-it/mutoid

Repository files navigation

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