POC to show that useNavigation is overrendering
o prevent Child2 from re-rendering when search parameters are updated in Child1, the useNavigate hook should be removed from Child2. The re-render is caused by useNavigate listening to URL changes, even when they are not relevant to the component. By removing it, the re-rendering is avoided, improving performance.
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by SreejaVeerappan and has received 0 comments.