Y
Hacker News
new
|
ask
|
show
|
jobs
by
cauchyk
2359 days ago
A lot of the power that flutter has comes from hot-reload. Dart + JIT powers this. I noticed that SwiftUI does this too. I wonder if SwiftUI composits and paints onto an underlying CALayer just like flutter does.
1 comments
novok
2359 days ago
Swift UI hot reload i'm guessing is less flexible than flutter's
link