{"id":13633721,"url":"https://github.com/gcanti/fp-ts-rxjs","last_synced_at":"2025-04-04T20:15:44.388Z","repository":{"id":41055352,"uuid":"93631777","full_name":"gcanti/fp-ts-rxjs","owner":"gcanti","description":"fp-ts bindings for RxJS","archived":false,"fork":false,"pushed_at":"2022-04-08T14:32:14.000Z","size":376,"stargazers_count":188,"open_issues_count":18,"forks_count":29,"subscribers_count":12,"default_branch":"master","last_synced_at":"2024-10-17T10:57:28.572Z","etag":null,"topics":["fp-ts","rxjs"],"latest_commit_sha":null,"homepage":"https://gcanti.github.io/fp-ts-rxjs/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gcanti.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-06-07T12:16:00.000Z","updated_at":"2024-07-23T09:49:22.000Z","dependencies_parsed_at":"2022-07-14T06:50:29.909Z","dependency_job_id":null,"html_url":"https://github.com/gcanti/fp-ts-rxjs","commit_stats":null,"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gcanti%2Ffp-ts-rxjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gcanti%2Ffp-ts-rxjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gcanti%2Ffp-ts-rxjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gcanti%2Ffp-ts-rxjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gcanti","download_url":"https://codeload.github.com/gcanti/fp-ts-rxjs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247242681,"owners_count":20907134,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fp-ts","rxjs"],"created_at":"2024-08-01T23:00:50.523Z","updated_at":"2025-04-04T20:15:44.364Z","avatar_url":"https://github.com/gcanti.png","language":"TypeScript","funding_links":[],"categories":["TypeScript","Domain modeling in TypeScript by Benoit Ruiz"],"sub_categories":[],"readme":"[fp-ts](https://github.com/gcanti/fp-ts) bindings for rxjs\n\n# Implemented instances\n\n- `Monad`\n- `Alternative`\n- `Filterable`\n\n# Example\n\n```ts\nimport { from } from 'rxjs'\nimport { observable } from 'fp-ts-rxjs/lib/Observable'\n\nconst fa = from([1, 2, 3])\nconst fb = observable.chain(fa, a =\u003e from([a, a + 1]))\n// fb will emit 1, 2, 2, 3, 3, 4\n```\n\n# TypeScript compatibility\n\nThe stable version is tested against TypeScript 3.1.3\n\n# rxjs compatibility\n\n| rxjs version | fp-ts-rxjs version |\n| ------------ | ------------------ |\n| `rxjs@6`     | `fp-ts-rxjs@0.5.x` |\n| `rxjs@5`     | `fp-ts-rxjs@0.4.x` |\n\n# Documentation\n\n- [API Reference](https://gcanti.github.io/fp-ts-rxjs)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgcanti%2Ffp-ts-rxjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgcanti%2Ffp-ts-rxjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgcanti%2Ffp-ts-rxjs/lists"}