How can i go back with @solidjs/router package ?
i want to go back in the history of the url with all the search parameters and more, is this posible i dnt se in the doc that method
2 Replies
I think you can do
But you are right it doesn't seem documented...
But yeah here is the line of code: https://github.com/solidjs/solid-router/blob/79a2b577564772b8248aa75c5300dcb61e650e59/src/routing.ts#L353
GitHub
solid-router/src/routing.ts at 79a2b577564772b8248aa75c5300dcb61e65...
A universal router for Solid inspired by Ember and React Router - solidjs/solid-router