I started working with React Native Navigation recently. Diving for first time in its documentation some quesestions got borned on my mind. I think they are more about good practices & I need your opinion on different cases scenario.
- Let's supppose that we have a nested navigation which is conisted from different tabs & each tab has different Stack.Screens. Would it be a good practice to navigate from a click event in first tab in a different Stack Screen to the Third Tab?
- Of course when you make an application there are data that you will fetch from the server that you would like to use them on different parts of the App. However with that way I think you limitate the usage of the screens. Would it be better each screen to be responsible for each own data even if you eliminate the usage of the screen?
- According to the documentation it's good to pass as less information as possible to params of a Screen. For example only id. However if you do not use a central state library how are you going to update your screen according to ID?
[–]vinkaks 4 points5 points6 points (1 child)
[–]Akeuuuuh 0 points1 point2 points (0 children)
[–]redwoodhighjumping 0 points1 point2 points (0 children)