You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It will allow query change in situations where you can't use hooks. For example, when using redux saga, where it's outside of components.
It's also needed for #4 because #4 makes useBatchRouter rerender the component when URL is changed. For a component that only changes the URL and not display its state, global BatchRouter is needed for optimization.
The text was updated successfully, but these errors were encountered:
It will allow query change in situations where you can't use hooks. For example, when using redux saga, where it's outside of components.
It's also needed for #4 because #4 makes
useBatchRouter
rerender the component when URL is changed. For a component that only changes the URL and not display its state, globalBatchRouter
is needed for optimization.The text was updated successfully, but these errors were encountered: