Browser History "back" and "forward" (popstate) Events #2200
Unanswered
kalisjoshua
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What would be the best way for a SolidJS app to react to
popstateevents and update the UI?I have a list of data that I will display some fields in an index of records. I want to provide a search box (input element) for users to filter results across all fields. When the user presses the "enter" key the search term will be added to a signal and the URL search params.
//?terms=super/?terms=super,happy/?terms=superThe user isn't navigating "back" using an app link to go back but using the browser navigation feature.
Beta Was this translation helpful? Give feedback.
All reactions