@Arkadii Ivanov How should I model my decompose components if certain screens are shared/visible between Logged In and Signed out Out state?
a
Arkadii Ivanov
07/31/2023, 10:28 AM
Perhaps, extract those screens into separate comments, and reuse where needed?
a
Archie
07/31/2023, 10:30 AM
I was thinking of not having a signed in and signout component anymore.. kinda feels like it fits more to the current structure of the screens but I kind of not sure if this is a good call..
a
Arkadii Ivanov
07/31/2023, 10:33 AM
Well, usually it's a good practice to extract flows into separate component sub-trees. Those flows can share (reuse) components.