Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

gambino's avatar

How can I add query params to url without re-render

Hi guys! on input change I want to add the input parameter in url query without having to refresh the entire page, is there any way to do it? I'm using React with inertia.

Current code uses inertia that causes re-render: router.get(route('map'), queryParams)

0 likes
1 reply

Please or to participate in this conversation.