How to handle cyclic reducer dependencies? #1051
-
Hey everyone, got a unique TCA issue I'm trying to figure out. Working a dynamic form builder project and trying to figure out how to have two reducers that depend on each other. Below is a simplified example of what I'm trying to accomplish:
This is my basic data model; a
The Are there any tricks or tips for making this work? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Got a good solution over on the Swift forums: https://forums.swift.org/t/cyclic-reducer-dependencies/56610/4 |
Beta Was this translation helpful? Give feedback.
Got a good solution over on the Swift forums: https://forums.swift.org/t/cyclic-reducer-dependencies/56610/4