Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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.