Reading time: 2 min
This quick tip shows how to speed up your SwiftUI development by simply breaking the code of your Views into smaller chunks. This results in:
- Faster Source Editor operation, i.e syntax highlighting and error/warnings checks will come in faster.
- Faster preview build and refresh time.
- Faster build time of SwiftUI code, both for clean and incremental builds.