AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
React Native Navigation - I Love That Collision of Community
This isn't meant to replace the traditional routing that you use on the web. It's meant to make native routing appear and work as web routing does. And this is going to actually greatly benefit native, especially in app clips where the bundle size has to be under 15 megabytes. But then it can also be downloaded only when you're online because it's downloaded instantly. In cases like that, you would effectively want to defer as many routes as possible even though it's a native app. So there's kind of room across the whole spectrum of this implementation to have things work offline or semi offline.