awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
Β© 2026 Bringes Technology SRLΒ·VAT RO45896025Β·hello@awesome-repositories.com
fxm90 avatar

fxm90/LightweightObservable

0
View on GitHub↗
137 stars·11 forks·Swift·MIT·10 viewsgithub.com/fxm90/LightweightObservable↗

LightweightObservable

πŸ“¬ A lightweight implementation of an observable sequence that you can subscribe to.

Features

  • Event Handling - Lightweight implementation of observable sequences.
  • Reactive Programming - Lightweight observable sequence implementation.

Star history

Star history chart for fxm90/lightweightobservableStar history chart for fxm90/lightweightobservable

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English β€” the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with LightweightObservable

These projects share indexed features with LightweightObservable. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • ra1028/vuefluxra1028 avatar

    ra1028/VueFlux

    330View on GitHub↗

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

    Swift
    View on GitHub↗330
  • reactivecocoa/reactivecocoaReactiveCocoa avatar

    ReactiveCocoa/ReactiveCocoa

    19,835View on 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
    View on GitHub↗19,835
  • devyeom/onewayDevYeom avatar

    DevYeom/OneWay

    109View on GitHub↗

    A Swift library for state management with unidirectional data flow.

    Swiftarchitecturestate-managementswift
    View on GitHub↗109
  • reactivex/rxswiftReactiveX avatar

    ReactiveX/RxSwift

    24,648View on 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
    View on GitHub↗24,648
Compare all 30 related projects→

Frequently asked questions

What does fxm90/lightweightobservable do?

πŸ“¬ A lightweight implementation of an observable sequence that you can subscribe to.

What are the main features of fxm90/lightweightobservable?

The main features of fxm90/lightweightobservable are: Event Handling, Reactive Programming.

Which projects share features with fxm90/lightweightobservable?

Projects with overlapping indexed features include: reactivecocoa/reactivecocoa β€” ReactiveCocoa is a functional reactive programming framework and Cocoa UI binding layer. It provides a library for… reswift/reswift β€” ReSwift is a unidirectional data flow framework for Swift applications that centralizes state management within a… devyeom/oneway β€” A Swift library for state management with unidirectional data flow. ra1028/vueflux β€” :recycle: Unidirectional State Management Architecture for Swift - Inspired by Vuex and Flux. reactivex/rxswift β€” RxSwift is a reactive programming library for Swift that provides a framework for managing push-based data flows and… roberthein/observable β€” The easiest way to observe values in Swift.