May 30, 2024
The real difficulty with List is that once data identity, status updates, and interaction behaviors are entangled, it is easy to cause problems together.
May 30, 2024
The real difficulty with List is that once data identity, status updates, and interaction behaviors are entangled, it is easy to cause problems together.
May 26, 2024
What’s really hard is letting go of the default habit of “I’ll drive the interface manually”
May 22, 2024
The real component splitting is to make the structure boundary, state boundary and reuse boundary clear at the same time.
May 18, 2024
The really difficult thing is to keep the navigation state consistent with the business state, and don't mess up the routing with scattered clicks.
May 14, 2024
The real key is to first answer "Who owns this data and who drives the interface changes?"
May 10, 2024
There are many pages where structure, space allocation, and visual rhythm are not aligned on the same level.
May 6, 2024
What is really difficult is to understand the basic relationship between "parent constraints, child size, and container rearrangement" in SwiftUI layout.
May 2, 2024
What’s really worth asking is what kind of page complexity does it handle best?