awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to reactorkit/reactorkit

Open-source alternatives to ReactorKit

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

  • reswift/reswiftAvatar de ReSwift

    ReSwift/ReSwift

    7,594Ver en 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
    Ver en GitHub↗7,594
  • devyeom/onewayAvatar de DevYeom

    DevYeom/OneWay

    109Ver en GitHub↗

    A Swift library for state management with unidirectional data flow.

    Swiftarchitecturestate-managementswift
    Ver en GitHub↗109
  • bendingspoons/katana-swiftAvatar de BendingSpoons

    BendingSpoons/katana-swift

    2,235Ver en GitHub↗

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

    Swift
    Ver en GitHub↗2,235
  • bendingspoons/tempura-swiftAvatar de BendingSpoons

    BendingSpoons/tempura-swift

    716Ver en GitHub↗

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

    Swift
    Ver en GitHub↗716
  • artman/signalsAvatar de artman

    artman/Signals

    468Ver en GitHub↗

    A micro-library for creating and observing events.

    Swift
    Ver en GitHub↗468

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Find more with AI search
  • cesarferreira/swifteventbusAvatar de cesarferreira

    cesarferreira/SwiftEventBus

    1,123Ver en GitHub↗

    A publish/subscribe EventBus optimized for iOS

    Swift
    Ver en GitHub↗1,123
  • chriseidhof/tea-in-swiftC

    chriseidhof/tea-in-swift

    0Ver en GitHub↗
    Ver en GitHub↗0
  • cooler333/highwayC

    cooler333/Highway

    0Ver en GitHub↗
    Ver en GitHub↗0
  • declarativehub/bondAvatar de DeclarativeHub

    DeclarativeHub/Bond

    4,202Ver en 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
    Ver en GitHub↗4,202
  • developerpaul123/eventbusAvatar de DeveloperPaul123

    DeveloperPaul123/eventbus

    208Ver en GitHub↗

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

    C++
    Ver en GitHub↗208
  • developerpaul123/periodic-functionAvatar de DeveloperPaul123

    DeveloperPaul123/periodic-function

    30Ver en GitHub↗

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

    CMake
    Ver en GitHub↗30
  • futurekit/futurekitAvatar de FutureKit

    FutureKit/FutureKit

    746Ver en GitHub↗

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

    Swift
    Ver en GitHub↗746
  • fxm90/lightweightobservableAvatar de fxm90

    fxm90/LightweightObservable

    137Ver en GitHub↗

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

    Swiftcocoapodsiosmvvm
    Ver en GitHub↗137
  • hyperoslo/aftermathH

    hyperoslo/Aftermath

    0Ver en GitHub↗
    Ver en GitHub↗0
  • jarsen/reactorJ

    jarsen/Reactor

    0Ver en GitHub↗
    Ver en GitHub↗0
  • jonathanong/ee-firstAvatar de jonathanong

    jonathanong/ee-first

    54Ver en GitHub↗

    Get the first event in a set of event emitters and event pairs, then clean up after itself.

    JavaScript
    Ver en GitHub↗54
  • joshaber/few.swiftAvatar de joshaber

    joshaber/Few.swift

    1,074Ver en GitHub↗

    Views as functions of their state.

    Swift
    Ver en GitHub↗1,074
  • kzaher/rxfeedbackK

    kzaher/RxFeedback

    0Ver en GitHub↗
    Ver en GitHub↗0
  • lilyball/tomorrowlandAvatar de lilyball

    lilyball/Tomorrowland

    116Ver en GitHub↗

    Lightweight Promises for Swift & Obj-C

    Swift
    Ver en GitHub↗116
  • marty-suzuki/noticeobservekitAvatar de marty-suzuki

    marty-suzuki/NoticeObserveKit

    152Ver en GitHub↗

    NoticeObserveKit is type-safe NotificationCenter wrapper.

    Swift
    Ver en GitHub↗152
  • mcmatan/topiceventbusAvatar de mcmatan

    mcmatan/topicEventBus

    54Ver en GitHub↗

    Publish–subscribe design pattern implementation framework, with an ability to publish events by topic.

    Swift
    Ver en GitHub↗54
  • mxcl/promisekitAvatar de mxcl

    mxcl/PromiseKit

    14,238Ver en GitHub↗

    PromiseKit is a future-based concurrency framework and promise library for Swift and Objective-C. It functions as an asynchronous workflow coordinator, representing the eventual result of an operation to simplify concurrency logic and replace nested callback structures. The framework enables the coordination of both sequential and parallel asynchronous tasks. It provides a structured pipeline for chaining operations, allowing the results of one task to be passed into the next and facilitating the execution of multiple operations simultaneously. The library includes a state-machine based reso

    Swift
    Ver en GitHub↗14,238
  • noppefoxwolf/combinativeAvatar de noppefoxwolf

    noppefoxwolf/Combinative

    106Ver en GitHub↗

    UI event handling using Apple's combine framework.

    Swift
    Ver en GitHub↗106
  • opencombine/opencombineAvatar de OpenCombine

    OpenCombine/OpenCombine

    2,794Ver en GitHub↗

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

    Swiftcocoapodscombineios
    Ver en GitHub↗2,794
  • postmates/pmkvobserverAvatar de postmates

    postmates/PMKVObserver

    705Ver en GitHub↗

    Modern thread-safe and type-safe key-value observing for Swift and Objective-C

    Objective-C
    Ver en GitHub↗705
  • primus/eventemitter3Avatar de primus

    primus/eventemitter3

    3,514Ver en GitHub↗

    EventEmitter3 is a high-performance JavaScript event emitter and publish-subscribe library. It implements the observer pattern to enable decoupled communication between application components through the registration and emission of custom events. The library functions as a context-aware event dispatcher, allowing specific execution contexts to be bound to listeners. This removes the need for manual function binding during event dispatching. The project covers core event management capabilities, including listener registration and a synchronous execution loop for event delivery. It utilizes

    JavaScriptbrowsereventemitternodejs
    Ver en GitHub↗3,514
  • ra1028/vuefluxAvatar de ra1028

    ra1028/VueFlux

    330Ver en GitHub↗

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

    Swift
    Ver en GitHub↗330
  • reactcomponentkit/reactcomponentkitR

    ReactComponentKit/ReactComponentKit

    0Ver en GitHub↗
    Ver en GitHub↗0
  • reactivecocoa/reactivecocoaAvatar de ReactiveCocoa

    ReactiveCocoa/ReactiveCocoa

    19,835Ver en 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
    Ver en GitHub↗19,835
  • reactivex/rxswiftAvatar de ReactiveX

    ReactiveX/RxSwift

    24,648Ver en 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
    Ver en GitHub↗24,648