Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems. Learn more →
OpenCombine Alternatives
Similar projects and alternatives to OpenCombine
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
-
Katana
Discontinued Swift Apps in a Swoosh! A modern framework for creating iOS apps, inspired by Redux.
-
-
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
VueFlux
:recycle: Unidirectional State Management Architecture for Swift - Inspired by Vuex and Flux
-
LightweightObservable
📬 A lightweight implementation of an observable sequence that you can subscribe to.
-
-
-
-
OpenCombine discussion
OpenCombine reviews and mentions
- Show HN: Pledge – A Lightweight Reactive Framework for Swift (No Rx Overhead)
- How to use OpenCombine framework with Android Studio
-
Combine: Why do you thinkPassthroughSubject is a class?
The OpenCombine implementation of PassthroughSubject does use a lock, and perhaps the objects needed to be a class to make sure that lock didn't get moved/duplicated.
-
Any good source on how to understand Combine framework? I'm really having a hard time grasping its concepts.
I have three books on the topic but don't think any of them are that wonderful. One thing that helped a little bit was reading through the OpenCombine source.
- OpenCombine: Open-source implementation of Apple's Combine
-
How would you model this situation where I want to use a custom property wrapper but also want @Published functionality?
Here is an open-source implementation of the @Published property wrapper, it could put you on the right track for getting the same functionality with your @UserDefault wrapper: https://github.com/OpenCombine/OpenCombine/blob/master/Sources/OpenCombine/Published.swift
-
A note from our sponsor - InfluxDB
influxdata.com | 25 Apr 2025
Stats
OpenCombine/OpenCombine is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of OpenCombine is Swift.