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
Other router properties such as route, pathname, prefetch, back will be added to batchRouter.
This combined with #3 will allow for complete replacement of original router.
It will be implemented similar to how next/router is implemented.
Components which doesn't need to read URL values but only change them might unnecessarily rerender if this feature is added. Global BatchRouter must be available by #5 to avoid this shortcoming.
The text was updated successfully, but these errors were encountered:
Other router properties such as
route
,pathname
,prefetch
,back
will be added tobatchRouter
.This combined with #3 will allow for complete replacement of original router.
It will be implemented similar to how
next/router
is implemented.Components which doesn't need to read URL values but only change them might unnecessarily rerender if this feature is added. Global
BatchRouter
must be available by #5 to avoid this shortcoming.The text was updated successfully, but these errors were encountered: