3 रिपॉजिटरी
Defines model logic through the composition of asynchronous value sequences and operators.
Distinct from Composable Logic Patterns: Focuses on the declarative composition of streams rather than general encapsulated stateful logic.
Explore 3 awesome GitHub repositories matching software engineering & architecture · Declarative Stream Logic. Refine with filters or upvote what's useful.
ReactiveCocoa is a functional reactive programming framework and Cocoa UI binding layer. It provides a library for composing asynchronous data streams and managing application state through signals and functional operators. The framework functions as an Objective-C data binding library that links object properties and method calls to reactive streams using runtime dynamism and swizzling. It includes a utility to convert traditional key-value observation notifications into composable streams for synchronized state tracking. The project covers reactive UI programming by connecting interface el
Allows the definition of model logic using composable building blocks and unified asynchronous streams.
Rx.NET is a reactive programming framework and library for the .NET ecosystem used to compose asynchronous and event-based programs. It provides an observable data stream API that treats live sequences of information as collections, allowing developers to coordinate asynchronous event workflows using a declarative syntax. The project functions as an extension of language integrated query patterns to asynchronous streams. This allows for the filtering and transformation of asynchronous notifications and event sequences through the application of query operators. The framework covers asynchron
Provides high-level operators to define model logic through the declarative composition of asynchronous value sequences.
Effector is a reactive state management library and data flow orchestrator designed for building complex, event-driven applications. It models application logic as a directed acyclic graph, where state updates and asynchronous side effects propagate automatically through declarative pipelines. By decoupling business logic from user interface layers, it allows developers to maintain state in independent containers that communicate via standard interfaces, ensuring the system remains framework-agnostic. The library distinguishes itself through its robust support for isolated execution scopes, w
Links independent units of logic into automated data pipelines without requiring manual state management or imperative updates.