Replies: 3 comments 1 reply
-
Hi @gohanlon, the state and action are required to be |
Beta Was this translation helpful? Give feedback.
-
Yep, as @filblue said, the I suppose that the |
Beta Was this translation helpful? Give feedback.
-
Ah, of course! Thank you @filblue and @mbrandonw. I was pondering how to go about creating a TCA module that would wrap an Apple API that's SwiftUI view-based and provides arguments that are not I also remember a PointFree episode on containing such un-construct-able Apple Framework types—part of the Designing Dependencies series, I think. I'll go re-watch those. Thanks again! |
Beta Was this translation helpful? Give feedback.
-
I noticed that Isowords still builds if the conformance to
Equatable
is removed fromAppAction
:isowords/Sources/AppFeature/AppView.swift
Line 67 in d9d4e77
Then I noticed that the same is true for
AppState
:isowords/Sources/AppFeature/AppView.swift
Line 18 in d9d4e77
Since they're not technically needed, would removing these
Equatable
conformances make sense? Or, perhaps including them is a good practice?Either way, this is clearly a very minor issue/nit. I just happened to notice this while studying the (awesome!) codebase and am curious to hear others' thoughts. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions