How to do navigation properly in SwiftUI?

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • FlowStacks

    FlowStacks allows you to hoist SwiftUI navigation and presentation state into a Coordinator

  • The only way I was able to make sense of navigation was to use FlowStacks which abstracts away this boolean madness and gives you something of a usable API at the expense of defining a series of coordinators that manage your flows.

  • Helm

    A graph-based SwiftUI router (by valentinradu)

  • Have a look at Helm. It's a bit harder to set up (it relies on a graph to describe the relationships between dynamic views, a bit like storyboards, but it does support deeplinking (it's actually possible to fully restore the navigation state, overlapping views included)

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • swiftui-navigation

    Tools for making SwiftUI navigation simpler, more ergonomic and more precise.

  • Check this out https://github.com/pointfreeco/swiftui-navigation

  • MVVM.Demo.SwiftUI

  • Repo using the pattern: https://github.com/jasonjrr/MVVM.Demo.SwiftUI

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

  • iOS 14+ Navigation solution for SwiftUI

    3 projects | /r/SwiftUI | 26 Sep 2022
  • How can I access that navigation history stack on a NavigationView?

    1 project | /r/swift | 28 May 2022
  • Helm: A graph-based SwiftUI router

    2 projects | /r/SwiftUI | 18 Jan 2022
  • SwiftUI and Generics: A learning barrier?

    2 projects | /r/SwiftUI | 17 Jan 2021
  • What is a Relay EntryPoint

    1 project | dev.to | 14 Aug 2022