How SwiftUI uses generic modifiers to create views
In this short post I want give the intuition about how SwiftUI views work behind the scenes.
Why SwiftUI uses struct instead of classes?
UIKit or AppKit, use classes for views, and our views descended from a class called UIView.If you look at the App...
laurentbrusa.hashnode.dev3 min read
Braydon Coyer
Sr Front End Developer, DOM Artist. https://braydoncoyer.dev/
Enjoyed this one! I’ve been using SwiftUI for a few months now and love learning about how it works in the background!