Replies: 2 comments 4 replies
-
Furthermore, The A Reducer is scope B Reducer. When I open Sheet of B View init with scoped B Store. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Simply, what I want is child TCAs can use parent action, but render view independently. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I appreciate for reading my post.
I have stuck at a problem. First of all I am making a app with SwiftUI.
Let's say I have A and B view.
I open B View from A View with Sheet. The B view has Textfield and when type something on it.
State change and rebuild UI from A to B. in a while when open sheet again systemkeyboard is dismiss and view is go down as much as keyboard height.
Therefore, I have a question there is a way not to rebuild View when a specific state value change or specific action send.
Thank you for reading and share your idea!
Cheers!
Beta Was this translation helpful? Give feedback.
All reactions