Dealing with URL query parameters in Javascript using URLSearchParams
Often in Single Page Applications, you will have to interact with the URL to implement some functionality like pagination or filtering.
The URL is a great place to put some of your applications state on it. The advantages are that users can copy the...
phiilu.hashnode.dev4 min read