|
|
|
|
|
by mattste
2312 days ago
|
|
I recently started a SwiftUI project and this is a very accurate take based on my experience. How I spend my time in SwiftUI:
1. Wondering how I can get some conditional logic. Coming from React, this is a major issue that needs to be addressed.
2. Figuring out where and what the error actually is.
3. Restarting Xcode for my view to magically start working again. The two-way data binding is a blessing and a curse. I like React's method of passing callback functions to keep the state logic separated. This comes up with me when working with sheets. I see the potential. I like having an all-in-one experience that IDE + framework integration provides but the poor defaults and breaking bugs really make me question the execution. |
|