Hacker News new | ask | show | jobs
by franga2000 673 days ago
When doing UI things, a common workflow is to have code and the app side-by-side, make a small tweak in the code, recompile/hot-reload, look at he result, repeat. A long compile time makes workflow a pain.
1 comments

It's not as good as Flutter/RN hot reload but SwiftUI previews do make this a lot better.