Ask Your Question
3

Is the navigation tree being rerendered when there is an update in the state using React Native (along with Redux)?

asked 2023-07-14 16:53:46 +0000

huitzilopochtli gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2023-07-14 17:05:01 +0000

nofretete gravatar image

It depends on how the navigation tree is connected to the Redux state. If the navigation tree is connected to the state using Redux selectors, and the state changes that the selectors depend on are updated, then the navigation tree will be rerendered. However, if the navigation tree is not connected to the Redux state, then it will not be rerendered.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-07-14 16:53:46 +0000

Seen: 9 times

Last updated: Jul 14 '23