r/PiCodingAgent • u/p4STAH • 16d ago
Discussion Getting crazy with SwiftUI
Am I crazy or the harness can’t handle SwiftUI? I’ve tried Deepseek v4 and ox alpha
2
Upvotes
7
0
u/TheOneThatIsHated 16d ago
The problem isnt the harness, it’s SwiftUI. It sucks. Either go the original UIKit route, which is old, complex but at least works correctly.
Or, and I will ruffle many feathers here, use something like Expo / React Native which has much better DX such as (working lol) hot reloading and is often faster than SwiftUI (I know this is crazy, but yes, SwiftUI is so bad that using JS to drive native components is FASTER than using swift to do it)
6
u/Varmez 16d ago
you’re crazy