pointfreeco / swift-composable-architecture

A library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind.
https://www.pointfree.co/collections/composable-architecture
MIT License
12.07k stars 1.41k forks source link

Add `ViewStore.binding` migration examples to guide #3087

Closed stephencelis closed 3 months ago

stephencelis commented 3 months ago

The 1.7 guide doesn't have examples of more complex bindings, so let's add one.

Trying out the column-based format:


image