vdzerakh

Results 1 comments of vdzerakh

> Unlike `react-router v5`, `react-router v6` will re-render router on each location change. `react-router v6` will change `navigate` function (returned from `useNavigate` hook) after each location change. See https://github.com/remix-run/react-router/blob/main/packages/react-router/lib/hooks.tsx#L190 Thus...