Swiftpack.co - betterme-dev/ReduxCore as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by betterme-dev.
betterme-dev/ReduxCore 2.0.0
Redux abstractions for BetterMe projects and iOS community
⭐️ 17
🕓 2 years ago
iOS macOS
.package(url: "https://github.com/betterme-dev/ReduxCore.git", from: "2.0.0")

ReduxCore

Redux abstractions on Swift for BetterMe projects and iOS community

Installation

CocoaPods

You can install ReduxCore via CocoaPods by adding it to your Podfile:

pod 'ReduxCore'

And run pod install.

Swift Package Manager

You can install ReduxCore via Swift Package Manager by adding the following line to your Package.swift:

import PackageDescription

let package = Package(
    [...]
    dependencies: [
        .package(url: "https://github.com/betterme-dev/ReduxCore", from: "2.0.0"),
    ]
)

Examples

We use SPM in all examples. To run the example project, just clone the repo, open Examples folder, and choose a project you want.

Talks

What's next

  • Add more examples

Contribution

  • If you have a feature request, open an issue
  • If you want to contribute, submit a pull request
  • If you have any issues or want help, please drop me a mail on [email protected]

License

ReduxCore is released under the MIT license. See LICENSE for details.

GitHub

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

Release Notes

Version 2.0.0
2 years ago
  • Removed CommandWith type from this repo
  • Added Cancellation & Subscription types
  • Removed Dispatcher type
  • Removed action logger dependency

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