# Sharing & State Management in SwiftUI

DevFeed: [Sharing & State Management in SwiftUI](<https://devfeed.tech/articles/sharing-state-management-in-swiftui-11529.md>)

Original publisher: [Read original article](<https://www.kodeco.com/ios/paths/sharing-state-management-swiftui>)

Published: 2024-06-20T00:00:00Z

Content type: tutorial

Language: en

Sources: [Kodeco | High quality programming tutorials: iOS, Android, Swift, Kotlin, Unity, and more](<https://devfeed.tech/sources/kodeco-high-quality-programming-tutorials-ios-android-swift-kotlin-unity-and-more.md>)

Topics: [SwiftUI](<https://devfeed.tech/topics/swiftui.md>), [data](<https://devfeed.tech/topics/data.md>), [Persistence](<https://devfeed.tech/topics/persistence.md>), [User Interfaces](<https://devfeed.tech/topics/user-interfaces.md>)

Tags: [course](<https://devfeed.tech/tags/course.md>), [data](<https://devfeed.tech/tags/data.md>), [learning](<https://devfeed.tech/tags/learning.md>), [persistence](<https://devfeed.tech/tags/persistence.md>), [swiftui](<https://devfeed.tech/tags/swiftui.md>), [techniques](<https://devfeed.tech/tags/techniques.md>), [user-interfaces](<https://devfeed.tech/tags/user-interfaces.md>)

## AI overview

A SwiftUI learning path covering data flow, data binding, state management, and data persistence techniques using SwiftData and UserDefaults.

## Source excerpt

In this course, you will delve into the intricacies of data flow and data binding in SwiftUI, gaining an understanding of how to seamlessly transfer information between different views. You will also explore state management strategies and data persistence techniques.