top | item 33776779 (no title) xiaolingxiao | 3 years ago hey i also build mobile apps in swiftui. do you have more resources on why $binding could be slow? discuss order hn newest alin23|3 years ago Well, it's not @Binding that's slow, it's the fact that it's not immutable like @State, so on each `body` call, the binding's `get()` function has to be called again.
alin23|3 years ago Well, it's not @Binding that's slow, it's the fact that it's not immutable like @State, so on each `body` call, the binding's `get()` function has to be called again.
alin23|3 years ago