You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, there is a SwiftUI case study for how to navigate and load in lists.
I'm using this in my App with a
NavigationLink
that makes use of adestination
(with anIfLetStore
), atag
and aselection
.This way when the
selection
happens I can fire of a request to load data. And then drill down into detail as soon as theIfLetStore
state is nonenil
.How can this be translated into modern TCA version 1.7/1.8?
Using
ForEachStore
like in the VoiceMemos example?Or preferably using NavigationStacks like shown in the tutorials?
Beta Was this translation helpful? Give feedback.
All reactions