Any advice to go for SwiftUI on a new production project?

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

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. swift-composable-navigator

    An open source library for building deep-linkable SwiftUI applications with composition, testing and ergonomics in mind

    I'd recommend Composable Navigator for navigation & deep linking, as well as Introspect for the times when you need to make minor changes to the UIKit components that back some SwiftUI components (without needing to fully wrap UIKit for SwiftUI).

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. swiftui-introspect

    Introspect underlying UIKit/AppKit components from SwiftUI

    I'd recommend Composable Navigator for navigation & deep linking, as well as Introspect for the times when you need to make minor changes to the UIKit components that back some SwiftUI components (without needing to fully wrap UIKit for SwiftUI).

  4. swift-composable-architecture

    A library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind.

    Arch-wise we're going with MVVM (with Kotlin Multiplatform for almost all our view models and logic). Have heard folks mention Composable Architecture, and it's something I've used in personal side-projects, but I'm not convinced it scales so well

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

  • LUCA: A Modern Architecture for SwiftUI Development

    1 project | dev.to | 30 Sep 2025
  • iOS Engineering Excellence Series: Part 1 - Mastering State Management

    1 project | dev.to | 4 Aug 2025
  • Letter to Arc Members 2025

    2 projects | news.ycombinator.com | 26 May 2025
  • How to use .refreshable with TCA in Swift

    2 projects | dev.to | 24 Jan 2025
  • Kaleidoscope of iOS app architectures

    3 projects | dev.to | 29 Jan 2024

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