This directory contains code from Point-Free Episode: Composable Architecture Performance: View Stores and Scoping
Did you know the Composable Architecture’s
scopeoperation andViewStoreare performance tools? We’ll explore how to diagnose your app’s performance, howscopecan help, and fix a few long-standing performance issues in the library itself.
For the section of the episode where we refactor the Composable Architecture, see this GitHub pull request.