AlexLittlejohn / Ducks

A micro Redux implementation with a tiny bit of Combine sugar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Swift 100.0%