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
Is it considered out of scope for appHistory to be used for functionality beyond "page navigation"?
For example, think about VSCode and its ability to reverse changes made to the documents being edited. Maybe that's an extreme, but other scenarios might be things like adding a widget into a view, expanding a tree.
What I guess I would like to see is an ability to push "micro" changes to the history, that can programmatically be traversed via user supplied buttons or keystrokes, but all those micro changes are grouped together when it comes to clicking the back/forward buttons.
The text was updated successfully, but these errors were encountered:
Is it considered out of scope for appHistory to be used for functionality beyond "page navigation"?
For example, think about VSCode and its ability to reverse changes made to the documents being edited. Maybe that's an extreme, but other scenarios might be things like adding a widget into a view, expanding a tree.
What I guess I would like to see is an ability to push "micro" changes to the history, that can programmatically be traversed via user supplied buttons or keystrokes, but all those micro changes are grouped together when it comes to clicking the back/forward buttons.
The text was updated successfully, but these errors were encountered: