In SwiftUI, there are two kinds of bindings. There are bindings created using keypaths, and then there are bindings created using Binding(get:set:). These are not the same at all.
https://t.co/tHVCsWe8EY
A Point-Free community member has shared an interesting project for visualizing the composition of features built in the Composable Architecture!
👉 https://t.co/cew2vDowDH
In Codable, If any item in a JSON array gets corrupted or malformed, the whole array failed to decode. If you don't want the entire collection to break, here is how.
https://t.co/1iYBJL0NzH
#iOSDev#SwiftLang
You've heard that `@MainActor` is a powerful feature of Swift, but you're not really sure how it works?
In just a few minutes we’ll go over everything you need to understand how this powerful feature works!
🧵🧵🧵
No new episode this week, but if you need your Point-Free fix, checkout @mbrandonw’s recent conference talk on controlling dependencies (rather than letting them control you):
https://t.co/vANH4muRUd
Trying to cure my analysis paralysis by creating a simple list and then implementing the important details of the architecture.
currently studying composable architecture
thanks to @swiftandtips and @pointfreeco the concepts are starting to make sense to me now.
New post on the blog! 📝👀
In early 2022 I started introducing the Composition Root pattern in my Swift codebases and I have found it to be very useful. In this post I explore why I started using the pattern and why 😃 https://t.co/iL8SbANQXj
Learning something new is the best way to start off your week, right? 🧠
I'm excited to share this SwiftUI repo with extra seasoning 👨🏾🍳
Featuring:
New Navigation API's🤩
Deep Links 🔗
Multiplatform 📱
Check it out & treat yo self 🤝
https://t.co/rAhwwT4Fkw
#swiftui#iosdev