Introducing Puddles - A Native SwiftUI App Architecture

This page summarizes the projects mentioned and recommended in the original post on /r/swift

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. Puddles

    A native SwiftUI app architecture

    I have built/designed an app architecture for SwiftUI apps with a focus on using as many native mechanisms and patterns as possible, while only adding abstractions and custom types when absolutely necessary. I call it Puddles.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. Get

    Web API client built using async/await

    ```swift import Get // https://github.com/kean/Get

  4. Queryable

    Asynchronous view presentations in SwiftUI (by SwiftedMind)

    This was just an overview. There are a lot of cool things that this architecture makes enables, like "Signals" (the opposite of action closures), Queryables in Routers, making use of DynamicProperty and much more. I will try to add examples and tutorials over time to talk about these things in more detail

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Laugh at my horrible App structure and help me do it right

    1 project | /r/swift | 29 Jun 2023
  • What is a piece of code (or Framework, extension, etc.) that you add in every new project?

    6 projects | /r/swift | 24 Feb 2023
  • Hi guys, I'm new with SwiftUI, someone can help me with this error?

    1 project | /r/SwiftUI | 19 Dec 2022
  • What's a good open source iOS app

    6 projects | /r/iOSProgramming | 12 Mar 2022
  • Looking for SwiftUI templates/architectures

    2 projects | /r/SwiftUI | 27 Dec 2021

Did you know that Swift is
the 15th most popular programming language
based on number of references?