In Pragmatic Studio LiveView course they demonstrate how you can add query params
to the path using a link.
href={~p"/servers?id=#{server.id}"}
How can you accomplish this using a <button>
Can you use phx-click
I want to click on left or right <-
->
arrow button to increment or decrement query params recipes/?slide=7
Similar to this url: reference site