Currently, the Router only reacts to changes in the URL path. If the query string changes (e.g., from /search?q=apple to /search?q=orange), components are not notified and do not re-render.
We should expose query parameters as reactive signals so components can respond to filter or search changes without a full route transition.
Tasks:
Currently, the Router only reacts to changes in the URL path. If the query string changes (e.g., from /search?q=apple to /search?q=orange), components are not notified and do not re-render.
We should expose query parameters as reactive signals so components can respond to filter or search changes without a full route transition.
Tasks: