Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 706 Bytes

File metadata and controls

7 lines (5 loc) · 706 Bytes

This directory contains code from Point-Free Episode: Composable Architecture Performance: View Stores and Scoping

Did you know the Composable Architecture’s scope operation and ViewStore are performance tools? We’ll explore how to diagnose your app’s performance, how scope 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.