Swiftpack.co - finestructure/CompArch as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by finestructure.
finestructure/CompArch 0.7.3
SwiftUI State-Action-Reducer architecture based on pointfree.co series
⭐️ 2
🕓 4 years ago
iOS macOS watchOS tvOS
.package(url: "https://github.com/finestructure/CompArch.git", from: "0.7.3")

CompArch

This is a library based on Pointfree.co's ComposableArchitecture.

You can find more details here: https://www.pointfree.co/collections/composable-architecture

GitHub

link
Stars: 2
Last commit: 4 years ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Release Notes

4 years ago
  • Add identifiable array view method (by @slashmo)
    public func view<LocalValue: Identifiable, LocalAction>(
        _ array: WritableKeyPath<Value, [LocalValue]>,
        id: LocalValue.ID,
        action: CasePath<Action, Identified<LocalValue, LocalAction>>
    ) -> Store<LocalValue, LocalAction>

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics