AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
How to Use URL Params to Add or Remove State in Your Website
The URL is a good place to have state because you can share it. Having your application state in a way for things like filtering or sorting or those types of things in the URL is lovely. Next one we have here is add event listener. You're probably using add event listener for clicks and other events in the browser. Well, surprise, surprise. The exact API works also in on the server.