AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Lazy Loading and Virtualization
The tan stack lazy or virtualization, I forget what it's called, is another way to load a page. It will figure out which elements are actually in view and render them as you scroll past the old ones. The downside to that is you cannot search on the page because they're literally not in the DOM. So if you're doing that, then you have to implement your own search.