Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 545 Bytes

File metadata and controls

5 lines (4 loc) · 545 Bytes

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

We’ve now fully modularized our app by extracting its reducers and views into their own modules. Each screen of our app can be run as a little app on its own so that we can test its functionality, all without needing to know how it’s plugged into the app as a whole. And this is the point of modular state management!