facile-it / mutoid

Reactive library for data fetching, caching, state management

Home Page:https://engineering.facile.it/mutoid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Reactive library for data fetching, caching, state management

https://engineering.facile.it/mutoid

License:MIT License


Languages

Language:TypeScript 94.3%Language:JavaScript 4.8%Language:CSS 0.8%Language:EJS 0.1%