Sign up to save your podcastsEmail addressPasswordRegisterOrContinue with GoogleAlready have an account? Log in here.
Point-Free is a hub for advanced topics in Swift. Videos cover complex, real world topics including application architecture, concurrency, persistence, and more.... more
FAQs about Point-Free Videos:How many episodes does Point-Free Videos have?The podcast currently has 374 episodes available.
November 21, 2022SwiftUI Navigation: Stacksπ When all-new SwiftUI navigation tools were announced at WWDC, the one that got the most attention by far was `NavigationStack`, which powers navigation with an array. It is extremely powerful, but comes with trade-offs and new complexities....more1h 2minPlay
November 14, 2022SwiftUI Navigation: Decouplingπ Why did Apple scrap and reinvent SwiftUIβs navigation APIs in iOS 16? Letβs look at some problems the old APIs had, how one of the new APIs solves one of them, and how we can work around a bug in this new API....more58minPlay
November 07, 2022π SwiftUI Navigation: Recapπ A year ago we dove deep into the topic of navigation in SwiftUI. Then Apple deprecated many of those APIsat this year's WWDC, replacing them with a brand new suite. To make sense of these changes, let's recap what we built over those past episodes, and why....more50minPlay
October 24, 2022Clocks: Controlling Timeπ With "immediate" and "unimplemented" conformances of the Clock protocol under our belt, let's build something more complicated: a "test" clock that can tell time when and how to flow. We'll explore why we'd ever need such a thing and what it unlocks....more42minPlay
October 17, 2022Clocks: Existential Timeπ The `Clock` protocol is a brand-new feature of Swift 5.7 for dealing with time-based asynchrony. We will explore its interface, compare it to Combine's `Scheduler` profile, and see what it takes to write and use our own conformances....more54minPlay
October 10, 2022π Reducer Protocol in Practiceπ We celebrate the release of the Composable Architecture's new reducer protocol and dependency management system by showing how they improve the case studies and demos that come with the library, as well as a larger more real-world application....more46minPlay
October 03, 2022Reducer Protocol: Testingπ Testing is a top priority in the Composable Architecture, so what does the reducer protocoland new dependency management system add to testing features? It allows us to codify a testingpattern directly into the library that makes our tests instantly stronger and more exhaustive....more32minPlay
September 26, 2022Reducer Protocol: Dependencies, Part 2π We now have a SwiftUI-inspired system for plucking dependencies out of thin air to provide them to reducers, but we canβt control them or separate interface from implementation. Once we do, weβll have something far better than ever before....more35minPlay
September 19, 2022Reducer Protocol: Dependencies, Part 1π We begin to flesh out a new story for dependencies in the Composable Architecture, taking inspiration from SwiftUI. We will examine SwiftUI's environment and build a faithful reproduction that provides many of the same great benefits....more37minPlay
September 12, 2022Reducer Protocol: Composition, Part 2π The new reducer protocol has improved many things, but weβre now in an awkward place when it comes to defining them: some are conformances and some are not. Weβll fix that with inspiration from SwiftUI and the help of a new protocol feature....more32minPlay
FAQs about Point-Free Videos:How many episodes does Point-Free Videos have?The podcast currently has 374 episodes available.