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.
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.
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.
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.