Here, I'll comment over it. They're like, oh my god, Partiful is amazing! This is the best app of the year! Congratulations on getting this award. That is the number one app in the Android Play store this year, built with Expo Router. It's not just helping you achieve the best, it's defining what the best is possible of.
I want to talk a little bit about incremental migration. All of this is awesome, but it's a whole new framework, we all have jobs. The web is a fantastic way to quickly discover product market fit and prototype an idea. But today, people are spending the majority of their time in mobile apps. So many fantastic websites exist today, and if you already have a powerful, beautiful website, responsive, you've optimized it, you found some product market fit, you shouldn't have to throw it away and start from scratch to reach mobile users.
And with Expo, you don't have to. We recently introduced Expo DOM components, which enable you to incrementally migrate from web-only React to universal React apps. You simply mark components with Use DOM to render them inside of an optimized web view. These components essentially run as mini Expo websites. You can move the Use DOM directive around to incrementally migrate entire sections of your website over to a beautiful, universal app. Let's see, what do we got here? Additionally, native APIs, like notifications, haptics, and anything you want, can be called from the DOM component by simply passing function props to the component. So we have this magic serial bridge where it takes the prop and then it interrupts it over, back and forth between the bridge. So it all feels very first-class to React. A great example here, let's see, I can get a little notification animation there.
Comments