An open API service indexing awesome lists of open source software.

https://github.com/tylors/typed-fx

Push-based streams for Effect-ts
https://github.com/tylors/typed-fx

effect-ts reactive-programming

Last synced: 11 months ago
JSON representation

Push-based streams for Effect-ts

Awesome Lists containing this project

README

          

# Installation

To install the **alpha** version:

```
npm install @typed/fx
```

**Warning**. This package is primarily published to receive early feedback and for contributors, during this development phase we cannot guarantee the stability of the APIs, consider each release to contain breaking changes.

# Requirements

- TypeScript 4.8 or newer
- The `strict` flag enabled in your `tsconfig.json` file

```
{
// ...
"compilerOptions": {
// ...
"strict": true,
}
}
```

# Documentation (WIP)

- [API Reference](https://tylors.github.io/typed-fx/)

# License

The MIT License (MIT)