Dynamic search params without reloadDocument
I try to achieve dyanamic filters component based on searchParams.
On my page i want to display products which need to be filtered by selected filters.
It works like expected but due to change search params, the whole route reload.
On my filters component I use share params to select/deselect filters checkboxes.
If request take a while, the checkbox select with delay because search params update after loader finish.
There is any way to update searchParams and not triger route reload?
On my page i want to display products which need to be filtered by selected filters.
It works like expected but due to change search params, the whole route reload.
Once we have these deps in place, the route will always reload when the deps change. On my filters component I use share params to select/deselect filters checkboxes.
If request take a while, the checkbox select with delay because search params update after loader finish.
There is any way to update searchParams and not triger route reload?