-
Updated
Apr 14, 2021 - C#
#
reactive-extensions
Here are 125 public repositories matching this topic...
An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms that is inspired by functional reactive programming. ReactiveUI allows you to abstract mutable state away from your user interfaces, express the idea around a feature in one readable place and improve the testability of your application.
android
ios
framework
reactivex
xamarin
csharp
dotnet
uwp
wpf
winforms
mvvm
reactive-programming
reactiveui
reactive-extensions
functional-reactive-programming
xamarin-forms
tizen
first-timers
hacktoberfest
fody
Reactive Extensions for Python, https://rxpy.rtfd.io
-
Updated
Apr 25, 2021 - Python
Automatic binding+disposal of RxJava streams.
-
Updated
Apr 13, 2021 - Java
An asynchronous, persistent key-value store created for writing desktop and mobile applications, based on SQLite3. Akavache is great for both storing important data as well as cached local data that expires.
-
Updated
Apr 14, 2021 - C#
-
Updated
Jul 15, 2020 - JavaScript
Reactive collections based on Rx.Net
reactivex
csharp
dotnet
mvvm
reactive-programming
reactive-extensions
rx
hacktoberfest
dynamic-data
rx-observable
reactive-collections
dynamicdata
-
Updated
May 1, 2021 - C#
ReactiveProperty provides MVVM and asynchronous support features under Reactive Extensions. Target framework is .NET Standard 2.0.
c-sharp
xaml
xamarin
uwp
wpf
ui-thread
mvvm
notifier
reactive-extensions
rx
reactiveproperty
observablecollection
default-scheduler
reative
-
Updated
Apr 29, 2021 - C#
Pet project using Clean Architecture + MVVM + Reactive Extensions + Android Architecture Components. The data are fetched from LondonTheatreDirect API. 🎭
android
kotlin
dagger
mvvm
data-binding
clean-architecture
reactive-extensions
dagger2
rxjava2
viewmodel
view-model
rxkotlin
android-architecture-components
dagger2-android
-
Updated
Mar 17, 2020 - Kotlin
A collection of awesome RxJS resources
reactivex
reactive
rxjs
reactive-programming
reactive-extensions
functional-reactive-programming
observables
-
Updated
Feb 3, 2021
An observable microservice bus library for .NET, that wraps the underlying message transports in simple Rx based interfaces.
-
Updated
Feb 17, 2021 - C#
A reactive take on the ECS pattern for .net game developers
ioc
csharp
gitbook
unity
nuget
game-development
unity3d
design-patterns
ecs
monogame
reactive-extensions
godot
ioc-container
rx
ecsrx
discord-chat
ecs-pattern
-
Updated
May 1, 2021 - C#
Open source Android app for your conferences
-
Updated
Feb 17, 2020 - Kotlin
FroMage
commented
Jun 23, 2020
For debug purposes, it would be nice to add a mode to Mutiny which attaches stack traces to exceptions, to record where we created the Uni
, rather than when it failed, which often doesn't have the right stack trace.
In the past, I've used this extensively:
private static <V> CompletionStage<V> attachStackTrace(CompletionStage<V> cs) {
Throwable exception = new RxExcep
Samples App using the Reactive Extensions and Reactive UI
-
Updated
Sep 17, 2020 - C#
Node JS , Typescript , Express based reactive microservice starter project for REST and GraphQL APIs
nodejs
docker
kubernetes
devops
coverage
express
microservices
typescript
microservice
jest
swagger
sonarqube
prometheus
reactive-extensions
graphql-server
ioc-container
helm-charts
hystrix
star-wars-api
jwt-security
-
Updated
Jun 2, 2020 - TypeScript
A testing server for a speech to text service based on mozilla deepspeech
-
Updated
Sep 3, 2020 - Python
A repository for sharing all the resources available on Reactive Programming and Reactive Systems
javascript
reactivex
reactive
rxjs
js
reactive-streams
reactive-programming
reactive-extensions
rxjs5
-
Updated
Aug 3, 2019
-
Updated
Oct 3, 2020 - C#
Python library for communicating with RuuviTag BLE Sensor Beacon and for decoding sensor data from broadcasted data
-
Updated
Apr 29, 2021 - Python
Builds observables from events.
-
Updated
May 1, 2021 - C#
'101 samples' of dynamic data and rx in action
-
Updated
Mar 6, 2019 - C#
Functional reactive programming extensions library for Julia
framework
reactive
asynchronous
julia
observable
julia-language
reactive-programming
reactive-extensions
functional-reactive-programming
reactive-frameworks
reactive-library
-
Updated
Apr 19, 2021 - Julia
Fluxish model implemented with RxJS
-
Updated
Jan 24, 2017 - JavaScript
High level asynchronous programming with Reactive Extensions
dotnet
asynchronous
uwp
uwp-apps
reactive-programming
async-programming
reactive-extensions
rx
async-await
-
Updated
Apr 9, 2019 - C#
Simple and lightweight RxJava2 wrapper for the GMS Tasks API
-
Updated
Dec 8, 2018 - Kotlin
Reactive Extensions for D Programming Language
-
Updated
Jun 27, 2020 - D
Hands-On-Reactive-Programming-with-Python, published by Packt
-
Updated
Jan 15, 2021 - Python
工数管理アプリ
-
Updated
Apr 29, 2021 - C#
Improve this page
Add a description, image, and links to the reactive-extensions topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the reactive-extensions topic, visit your repo's landing page and select "manage topics."
The
window
operators should indicate if the returned Flux for each window is safe to subscribe to multiple times.Documentation Issue
I had a data processing pipeline that I introduced batching to, using the
window
operator. In this pipeline, it will retry a batch if it faces a transient error. When batching was added, and it retried, I saw a failure of `IllegalStateException: UnicastP