https://github.com/sylcastaing/fp-ts-remote-data
Remote data type for fp-ts
https://github.com/sylcastaing/fp-ts-remote-data
fp fp-ts remote-data
Last synced: 10 months ago
JSON representation
Remote data type for fp-ts
- Host: GitHub
- URL: https://github.com/sylcastaing/fp-ts-remote-data
- Owner: sylcastaing
- License: mit
- Created: 2021-02-13T17:21:32.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-18T15:44:16.000Z (about 4 years ago)
- Last Synced: 2025-01-23T09:43:58.563Z (over 1 year ago)
- Topics: fp, fp-ts, remote-data
- Language: TypeScript
- Homepage: https://sylcastaing.github.io/fp-ts-remote-data/
- Size: 610 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README



A RemoteData type for [fp-ts](https://github.com/gcanti/fp-ts)
# Installation
**NPM :**
```sh
npm i fp-ts-remote-data
```
**Yarn :**
```sh
yarn add fp-ts-remote-data
```
`fp-ts-remote-data` versions follow `fp-ts` major versions.
**Peer Dependencies**
| Library | Version |
| ------- |-----------|
| fp-ts | `^2.11.0` |
# Documentation
Documentation available on [GitHub Pages](https://sylcastaing.github.io/fp-ts-remote-data/)