BrentMifsud / AsyncValue
A simple swift package that provides a Swift Concurrency equivalent to `@Published`.
☆36Updated 2 years ago
Alternatives and similar repositories for AsyncValue:
Users that are interested in AsyncValue are comparing it to the libraries listed below
- Reduce boilerplate by generating Builders for your Models using swift macros.☆42Updated 5 months ago
- Build multipart/form-data type-safe in Swift.☆30Updated 6 months ago
- A small addition to Swift adding predicate matchers for filtering operators using KeyPaths, it just feels natural™☆35Updated 3 years ago
- Lightweight, property-wrapper based Dependency Injection for Swift☆38Updated 3 months ago
- Navigation helpers for SwiftUI applications built with ComposableArchitecture☆74Updated last year
- UIKit presentation APIs in SwiftUI☆47Updated 2 years ago
- The snapshot testing library for GRDB☆34Updated 5 months ago
- A framework that mimics the SwiftUI view's environment to replicate the value distribution thought your UIKit app.☆39Updated 9 months ago
- ☆76Updated 6 months ago
- Swift library to more easily test async code☆35Updated 2 years ago
- Dynamic, Rule based @EnvironmentKeys for SwiftUI☆57Updated 5 years ago
- Proof of concept for Swift Observation back-deploy☆39Updated last year
- The template for SwiftPM-based highly modularized (iOS) applications☆40Updated 2 years ago
- A lightweight, event-driven architectural framework☆33Updated 2 years ago
- Swift macro to add deprecated symbols, useful when renaming a symbol without introducing a breaking change.☆28Updated last year
- Effortlessly visualize dependencies in Swift projects. This tool generates Mermaid-format graphs, representing the architecture and conne…☆41Updated 11 months ago
- An app that displays Package.swift info☆42Updated last year
- 🎭 A Swift macros for defining aliases for types, functions, variables, etc.☆32Updated 10 months ago
- Swift Macro to generate IDs for enumeration cases☆25Updated last month
- Swift Property Wrapper for Keychain Items☆51Updated 4 years ago
- Better error messaging for JSONDecoder☆23Updated last year
- A library that helps managing `Effect` identifiers when using "The Composable Architecture" (TCA)☆38Updated 2 years ago
- A retry algorithm for Swift Concurrency☆27Updated last month
- Async State Machine aims to provide a way to structure an application thanks to state machines. The goal is to identify the states and th…