You've probably heard by now that SwiftUI has a fancy @State macro that lazily creates state, fixing a longstanding issue in the framework.
But what you may not know is that the laziness only kicks in for **private** state.
Get all the details here: