awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
DevYeom avatar

DevYeom/OneWay

0
View on GitHub↗
109 星标·10 分支·Swift·MIT·2 次浏览swiftpackageindex.com/DevYeom/OneWay/documentation/oneway↗

OneWay

A Swift library for state management with unidirectional data flow.

Features

  • Event Handling - State management with unidirectional data flow.
  • Reactive Programming - State management with unidirectional data flow.
  • Unidirectional Data Flow - State management library with unidirectional data flow.

Star 历史

devyeom/oneway 的 Star 历史图表devyeom/oneway 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

OneWay 的开源替代方案

相似的开源项目,按与 OneWay 的功能重合度排序。
  • reswift/reswiftReSwift 的头像

    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
  • fxm90/lightweightobservablefxm90 的头像

    fxm90/LightweightObservable

    137在 GitHub 上查看↗

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

    Swiftcocoapodsiosmvvm
    在 GitHub 上查看↗137
  • bendingspoons/katana-swiftBendingSpoons 的头像

    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
  • bendingspoons/tempura-swiftBendingSpoons 的头像

    BendingSpoons/tempura-swift

    716在 GitHub 上查看↗

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

    Swift
    在 GitHub 上查看↗716
查看 OneWay 的所有 30 个替代方案→

常见问题解答

devyeom/oneway 是做什么的?

A Swift library for state management with unidirectional data flow.

devyeom/oneway 的主要功能有哪些?

devyeom/oneway 的主要功能包括:Event Handling, Reactive Programming, Unidirectional Data Flow。

devyeom/oneway 有哪些开源替代品?

devyeom/oneway 的开源替代品包括: reswift/reswift — ReSwift is a unidirectional data flow framework for Swift applications that centralizes state management within a… reactivecocoa/reactivecocoa — ReactiveCocoa is a functional reactive programming framework and Cocoa UI binding layer. It provides a library for… bendingspoons/katana-swift — Swift Apps in a Swoosh! A modern framework for creating iOS apps, inspired by Redux. bendingspoons/tempura-swift — A holistic approach to iOS development, inspired by Redux and MVVM. ra1028/vueflux — :recycle: Unidirectional State Management Architecture for Swift - Inspired by Vuex and Flux. fxm90/lightweightobservable — 📬 A lightweight implementation of an observable sequence that you can subscribe to.