Building A Customizable Framer Component
A technical walkthrough of building a customizable Framer Code Component for Buttondown email signups, complete with Property Controls and open source code.
5 posts tagged with Tutorial
A technical walkthrough of building a customizable Framer Code Component for Buttondown email signups, complete with Property Controls and open source code.
Building maintainable, flexible color palette systems for iOS and macOS apps using asset catalogs, semantic naming, and SwiftUI integration.
Learning how to make GraphQL requests from scratch without libraries like Apollo, exploring the fundamentals of GraphQL client-side implementation in Swift.
Introducing ViewData, a declarative architecture pattern for transforming models into views that offers a maintainable alternative to MVVM for iOS development.
Continuing the ViewData architecture discussion, covering complex views, performance considerations, and practical implementation strategies.