Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

hey i also build mobile apps in swiftui. do you have more resources on why $binding could be slow?


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.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: