# Share Extensions in Practice – Part 1: When Duplication Beats Shared Frameworks
Ilyas Hallak 4 min read
Why copying API code to your iOS Share Extension often works better than building elaborate shared frameworks. Separate processes, minimal dependencies, faster builds.