RxRelay
Reactive bridging library
Provides a set of reactive APIs to bridge non-Rx APIs into RxJava easily and efficiently
RxJava types that are both an Observable and a Consumer.
2k stars
64 watching
126 forks
Language: Java
last commit: over 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
reactivex/rxswift | A framework for writing asynchronous code using observable sequences and operators | 24,392 |
reactivex/rxjava | A library for composing asynchronous and event-based programs using observable sequences | 47,919 |
facebook/relay | A framework that simplifies data-driven React applications by abstracting away imperative API interactions and providing GraphQL-based query management. | 18,414 |
ribot/assertj-rx | Provides assertions for testing RxJava Observables in Java | 117 |
serilog/serilog-sinks-observable | A package that enables logging events to be observed and processed as observable streams. | 23 |
redux-observable/redux-observable | A middleware library that enables the composition and cancellation of asynchronous actions to create side effects in Redux-based applications. | 7,852 |
reactivex/rxjavacomputationexpressions | RxJava provides a way to compose and manage asynchronous data streams using computation expressions. | 60 |
tc39/proposal-observable | Introduces an Observable type to model push-based data sources in ECMAScript | 3,075 |
reactivex/rxjs | A reactive programming library for JavaScript | 30,799 |
pakoito/rxcomprehensions | A set of methods to simplify and reduce boilerplate code in RxJava Observable chains | 85 |
reactivex/rxphp | A set of libraries to compose asynchronous and event-based programs using observable streams. | 1,704 |
jakewharton/rxreplayingshare | An RxJava transformer that combines replay, publish, and refCount operators to manage caching of upstream observables or flows. | 626 |
cloudnc/observable-webworker | A library for efficiently using web workers with RxJS observables in TypeScript applications. | 226 |
pwittchen/reactivenetwork | An Android library monitoring network connection state and internet connectivity with RxJava observables | 2,533 |
rxswiftcommunity/rxoptional | Extensions for handling null and empty values in Swift observables | 700 |