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 may be better to use history.replace instead unless the page has changed semantically, otherwise the history will be filled with unexpected entries. In general, it's good to use push whenever the page should "feel like" a different page, and replace whenever the page "feels like" the same page just with some updates.
It may be better to use
history.replace
instead unless the page has changed semantically, otherwise the history will be filled with unexpected entries. In general, it's good to use push whenever the page should "feel like" a different page, and replace whenever the page "feels like" the same page just with some updates.recursive-recipes/scratch/app/src/App.js
Line 168 in 112a4d5
https://github.com/remix-run/history/blob/3e9dab413f4eda8d6bce565388c5ddb7aeff9f7e/docs/navigation.md
The text was updated successfully, but these errors were encountered: