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
Maybe we could do something similar to https://rensbr.eu/blog/swiftui-diffing and add a method for diffing directly to View (which by default delegates to the body). This might also let us implement memoization e.g. like SwiftUI's EquatableView.
Maybe we could do something similar to https://rensbr.eu/blog/swiftui-diffing and add a method for diffing directly to
View(which by default delegates to the body). This might also let us implement memoization e.g. like SwiftUI'sEquatableView.