Body will recompute(rerender) only when source of truth changes far as I know.
Question 1:
Will changing of source of truth ALWAYS trigger reinitialization and rerender combined?
Question 2: Is it possible to just reinit without rerendering SwiftUI view and if so how does recomputation not happening when we reinitialized view?
Note: rerendering and recomputing body is same thing as I know.
1