This directory contains code from Point-Free Episode: Composable Architecture Performance: View Stores and Scoping
Did you know the Composable Architecture’s
scope
operation andViewStore
are performance tools? We’ll explore how to diagnose your app’s performance, howscope
can 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.