AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
JavaScript Custom Events - What Are They?
Local storage is an easy way that you can have client side data stored and saved to persist refresh. There's also index DB, which is basically you have a more complex key value store in the browser. Local storage gets me through what it is I'm trying to do when I'm just trying to quickly throw something in there so I can maintain some sort of state without having an external database or a store.Index DB is much more powerful, but it's a little bit harder to use.