Xalid Malik
Results
1
comments of
Xalid Malik
I have solved it for now with an internal method, I share the implementation below ```tsx import { createStore } from "solid-js/store"; function pushToUrl(url: string) { window.history.pushState(undefined, "", url); }...