tgrapperon/composable-effect-identifier
This `ComposableEffectIdentifier` is a small accessory library to [The Composable Architecture](https://github.com/pointfreeco/swift-composable-architecture) (TCA). It allows to improve user experience when defining `Effect` identifiers.
Documentation
The latest documentation for ComposableEffectIdentifier's APIs is available here.
Installation
Add
.package(url: "https://github.com/tgrapperon/composable-effect-identifier", from: "0.0.1")to your Package dependencies in Package.swift, and then
.product(name: "ComposableEffectIdentifier", package: "composable-effect-identifier")to your target's dependencies.
Credits and thanks
The author (@tgrapperon) would like to especially thank @iampatbrown who gave the initial feedback that allowed to shape this library, and of course @mbrandonw and @stephencelis for the incredible work they put though TCA and their other amazing open-source projects.
License
This library is released under the MIT license. See LICENSE for details.
Package Metadata
Repository: tgrapperon/composable-effect-identifier
Default branch: main
README: README.md