Multi Page Form Structure #1937
-
Hello |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Until TCA has first class support for this "dynamic" sort of flow (perhaps we might get closer with their new navigation series that is underway!?) I think TCA Coordinators is a great solution. I have used it to build many flows exactly as you describe. Independent screens/features that form a cohesive flow, orchestrated by a parent "flow" feature/reducer. As each screen completes you can gather pieces of state into a larger parent state (or use computed properties to pull state off children as needed to avoid duplicating state in two places). Give it a shot, I think it will suit your needs. |
Beta Was this translation helpful? Give feedback.
Until TCA has first class support for this "dynamic" sort of flow (perhaps we might get closer with their new navigation series that is underway!?) I think TCA Coordinators is a great solution. I have used it to build many flows exactly as you describe. Independent screens/features that form a cohesive flow, orchestrated by a parent "flow" feature/reducer. As each screen completes you can gather pieces of state into a larger parent state (or use computed properties to pull state off children as needed to avoid duplicating state in two places). Give it a shot, I think it will suit your needs.