Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 402 Bytes

File metadata and controls

5 lines (4 loc) · 402 Bytes

This directory contains code from Point-Free Episode: Modular State Management: View Actions

It's time to fully modularize our app! Our views can still send any app action, so let's explore transforming stores to focus in on just the local actions a view cares about.