Skip to content

FullStack-Swift/rxswift-composable-architecture

Repository files navigation

rxswift-composable-architecture

Installation

Swift Package Manager

For Release

dependencies: [
    .package(url: "https://github.com/FullStack-Swift/rxswift-composable-architecture", .upToNextMajor(from: "1.0.0"))
]

For Develop

dependencies: [
    .package(url: "https://github.com/FullStack-Swift/rxswift-composable-architecture", branch: "main")
]

Combine

https://github.com/pointfreeco/swift-composable-architecture

RxSwift

https://github.com/FullStack-Swift/rxswift-composable-architecture

ReactiveSwift

https://github.com/FullStack-Swift/reactiveswift-composable-architecture

Examples

https://github.com/FullStack-Swift/TodoList

About

A library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages