Files
swift-composable-architectu…/Examples/CaseStudies/SwiftUICaseStudies/04-HigherOrderReducers-Recursion.swift
Stephen Celis fd3beef833 Fix recursive case study (#640)
* Fix recursive case study

Relying on the array-based ForEachStore means potential crashes when
SwiftUI evaluates views that it shouldn't. We always prefer using
IdentifiedArray, so let's update this example accordingly.

* Use forEach under the hood
2021-07-08 10:38:24 -04:00

4.0 KiB