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
- Host: GitHub
- URL: https://github.com/tylors/typed-fx
- Owner: TylorS
- License: mit
- Created: 2022-07-11T15:12:13.000Z (almost 4 years ago)
- Default Branch: development
- Last Pushed: 2023-04-09T14:43:07.000Z (about 3 years ago)
- Last Synced: 2025-06-10T18:21:47.863Z (about 1 year ago)
- Topics: effect-ts, reactive-programming
- Language: TypeScript
- Homepage: https://tylors.github.io/typed-fx/
- Size: 2.64 MB
- Stars: 12
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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)