Skip to content

Latest commit

 

History

History

0151-tca-performance

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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.