Skip to content

A micro Redux implementation with a tiny bit of Combine sugar

License

Notifications You must be signed in to change notification settings

AlexLittlejohn/Ducks

Repository files navigation

header


GitHub Workflow Status License MIT Swift 5.5 codecov

Overview

Ducks is a micro Redux implementation that borrows "a lot" of inspiration from the Composable Architecture. However, it is designed to be much simpler and a more barebones offering.

Installation

Ducks supports installation through SPM on iOS 13, macOS 10.15, tvOS & watchOS.

Simply add Ducks to your package manifest.

dependencies: [
    .package(url: "https://github.com/alexLittlejohn/ducks.git", from: "1.0.0")
]

Examples

Check the Examples directory for the example app which will showcase how to use the framework as well as how to write tests for your features that use this library.

About

A micro Redux implementation with a tiny bit of Combine sugar

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages