Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 504 Bytes

File metadata and controls

5 lines (4 loc) · 504 Bytes

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

While we've seen that each reducer we've written is super modular, and we were easily able to extract each one into a separate framework, our views are still far from modular. This week we address this by considering: what does it mean to transform the state a view has access to?