Reactive library for data fetching, caching, state management (also) for isomorphic applications
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.
https://engineering.facile.it/mutoid
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
npm run lint
npm run tsc
npm run test