awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to devyeom/oneway

Open-source alternatives to OneWay

30 open-source projects similar to devyeom/oneway, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best OneWay alternative.

  • reswift/reswiftالصورة الرمزية لـ ReSwift

    ReSwift/ReSwift

    7,594عرض على GitHub↗

    ReSwift is a unidirectional data flow framework for Swift applications that centralizes state management within a single store. It ensures predictable and traceable updates by requiring all state modifications to occur through explicit actions processed by reducer functions. The library includes a state time travel debugger that records and replays sequences of actions to reload or rewind the application state. It also provides an asynchronous action dispatcher to handle side effects and network requests while maintaining synchronized state updates. The framework covers a broad surface of st

    Swift
    عرض على GitHub↗7,594
  • bendingspoons/katana-swiftالصورة الرمزية لـ BendingSpoons

    BendingSpoons/katana-swift

    2,235عرض على GitHub↗

    Swift Apps in a Swoosh! A modern framework for creating iOS apps, inspired by Redux.

    Swift
    عرض على GitHub↗2,235
  • reactivecocoa/reactivecocoaالصورة الرمزية لـ ReactiveCocoa

    ReactiveCocoa/ReactiveCocoa

    19,835عرض على GitHub↗

    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

    Swift
    عرض على GitHub↗19,835
  • reactorkit/reactorkitالصورة الرمزية لـ ReactorKit

    ReactorKit/ReactorKit

    2,793عرض على GitHub↗

    A library for reactive and unidirectional Swift applications

    Swift
    عرض على GitHub↗2,793

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Find more with AI search
  • ra1028/vuefluxالصورة الرمزية لـ ra1028

    ra1028/VueFlux

    330عرض على GitHub↗

    :recycle: Unidirectional State Management Architecture for Swift - Inspired by Vuex and Flux

    Swift
    عرض على GitHub↗330
  • roberthein/observableالصورة الرمزية لـ roberthein

    roberthein/Observable

    378عرض على GitHub↗

    The easiest way to observe values in Swift.

    Swiftcarthagecocoapodseasy
    عرض على GitHub↗378
  • fxm90/lightweightobservableالصورة الرمزية لـ fxm90

    fxm90/LightweightObservable

    137عرض على GitHub↗

    📬 A lightweight implementation of an observable sequence that you can subscribe to.

    Swiftcocoapodsiosmvvm
    عرض على GitHub↗137
  • reactivex/rxswiftالصورة الرمزية لـ ReactiveX

    ReactiveX/RxSwift

    24,648عرض على GitHub↗

    RxSwift is a reactive programming library for Swift that provides a framework for managing push-based data flows and composing asynchronous, event-based programs. It utilizes observable sequences and functional operators to transform and filter asynchronous sequences through a declarative approach. The library is distinguished by its ability to link asynchronous data streams directly to user interface elements, automating view updates via reactive data binding. It includes specialized tools for tracking UI control properties and events on the main thread, as well as the ability to encapsulate

    Swift
    عرض على GitHub↗24,648
  • bendingspoons/tempura-swiftالصورة الرمزية لـ BendingSpoons

    BendingSpoons/tempura-swift

    716عرض على GitHub↗

    A holistic approach to iOS development, inspired by Redux and MVVM

    Swift
    عرض على GitHub↗716
  • apparentsoft/reactivecoredataالصورة الرمزية لـ apparentsoft

    apparentsoft/ReactiveCoreData

    250عرض على GitHub↗

    Core Data with ReactiveCocoa

    Objective-C
    عرض على GitHub↗250
  • broadwaylamb/opencombineالصورة الرمزية لـ broadwaylamb

    broadwaylamb/OpenCombine

    2,794عرض على GitHub↗

    Open source implementation of Apple's Combine framework for processing values over time.

    Swift
    عرض على GitHub↗2,794
  • blendle/hansonالصورة الرمزية لـ blendle

    blendle/Hanson

    507عرض على GitHub↗

    Lightweight observations and bindings in Swift

    Swiftbindingkvckvo
    عرض على GitHub↗507
  • carthage/reactivetaskالصورة الرمزية لـ Carthage

    Carthage/ReactiveTask

    131عرض على GitHub↗

    Flexible, stream-based abstraction for launching processes

    Swift
    عرض على GitHub↗131
  • cesarferreira/swifteventbusالصورة الرمزية لـ cesarferreira

    cesarferreira/SwiftEventBus

    1,123عرض على GitHub↗

    A publish/subscribe EventBus optimized for iOS

    Swift
    عرض على GitHub↗1,123
  • alexdrone/renderالصورة الرمزية لـ alexdrone

    alexdrone/Render

    2,152عرض على GitHub↗

    UIKit a-là SwiftUI.framework min deployment target iOS10

    Swift
    عرض على GitHub↗2,152
  • aleclarson/emitter-kitالصورة الرمزية لـ aleclarson

    aleclarson/emitter-kit

    563عرض على GitHub↗

    Type-safe event handling for Swift

    Swift
    عرض على GitHub↗563
  • declarativehub/bondالصورة الرمزية لـ DeclarativeHub

    DeclarativeHub/Bond

    4,202عرض على GitHub↗

    Bond is a Swift data binding framework designed to synchronize data models and user interface elements through one-way and two-way value flows. It functions as a reactive suite for monitoring collection changes, transforming data streams, and bridging user interface events to data models. The project provides a reactive bridge that transforms user interface interactions and protocol delegate method calls into observable signals. It includes a collection observer to monitor changes in arrays and a functional data stream processor that applies operators to modify or combine values before they r

    Swift
    عرض على GitHub↗4,202
  • danthorpe/operationsD

    danthorpe/Operations

    0عرض على GitHub↗
    عرض على GitHub↗0
  • cyngn/vertx-utilالصورة الرمزية لـ cyngn

    cyngn/vertx-util

    22عرض على GitHub↗

    General purpose utils & apis for interacting with vert.x

    Java
    عرض على GitHub↗22
  • alexdrone/dispatchA

    alexdrone/Dispatch

    0عرض على GitHub↗
    عرض على GitHub↗0
  • cujojs/mostالصورة الرمزية لـ cujojs

    cujojs/most

    3,492عرض على GitHub↗

    Ultra-high performance reactive programming

    JavaScript
    عرض على GitHub↗3,492
  • declarativehub/reactivekitالصورة الرمزية لـ DeclarativeHub

    DeclarativeHub/ReactiveKit

    1,237عرض على GitHub↗

    A Swift Reactive Programming Kit

    Swift
    عرض على GitHub↗1,237
  • declarativehub/thebinderarchitectureD

    DeclarativeHub/TheBinderArchitecture

    0عرض على GitHub↗
    عرض على GitHub↗0
  • developerpaul123/eventbusالصورة الرمزية لـ DeveloperPaul123

    DeveloperPaul123/eventbus

    208عرض على GitHub↗

    A simple, header only event bus library written in modern C++17.

    C++
    عرض على GitHub↗208
  • developerpaul123/periodic-functionالصورة الرمزية لـ DeveloperPaul123

    DeveloperPaul123/periodic-function

    30عرض على GitHub↗

    Small header only library to call a function at a specific time interval.

    CMake
    عرض على GitHub↗30
  • dotnet/reactiveالصورة الرمزية لـ dotnet

    dotnet/reactive

    7,153عرض على GitHub↗

    The .NET Reactive Extensions Library is a framework for composing, querying, and transforming asynchronous data streams. It provides a non-blocking implementation of the observer pattern to manage notifications and data flows between producers and consumers, functioning as an event stream processing library. The project applies LINQ-style querying and filtering operators to asynchronous sequences. This allows for the handling of event-driven programming patterns by utilizing composable operators to process notifications as they occur. The library covers asynchronous data streaming and non-bl

    C#
    عرض على GitHub↗7,153
  • elbywan/hyperactivالصورة الرمزية لـ elbywan

    elbywan/hyperactiv

    444عرض على GitHub↗

    Hyperactiv

    JavaScript
    عرض على GitHub↗444
  • fabiospampinato/flimsyالصورة الرمزية لـ fabiospampinato

    fabiospampinato/flimsy

    194عرض على GitHub↗

    A single-file <1kb min+gzip simplified implementation of the reactive core of Solid, optimized for clean code.

    TypeScript
    عرض على GitHub↗194
  • futurekit/futurekitالصورة الرمزية لـ FutureKit

    FutureKit/FutureKit

    746عرض على GitHub↗

    A Swift based Future/Promises Library for IOS and OS X.

    Swift
    عرض على GitHub↗746
  • cooler333/highwayC

    cooler333/Highway

    0عرض على GitHub↗
    عرض على GitHub↗0