Video wird geladen...

Video konnte nicht geladen werden

Zur Startseite

⚡️ What if you could incrementally adopt native views in React websites instead of starting from scratch? 🚀 Expo DOM Components make this possible! Watch: Migrating a shadcn template to @Expo Router ↓

366,645 Aufrufe • vor 1 Jahr •via X (Twitter)

11 Kommentare

Profilbild von Fernando Rojo
Fernando Rojovor 1 Jahr

@shadcn @expo low key release of the year. the ability to just write React code in a native app and rendering it as a webview with types is huge. suddenly complex inputs could be possible on native

Profilbild von Jake Hebert
Jake Hebertvor 1 Jahr

@shadcn @expo OMG yes. I want to be able to... -> Build something first for the web because it is easier to get feedback and iterate -> Then make it a mobile app when I feel it's ready -> Then progressively enhance as I find market fit.

Profilbild von Evan Bacon 🥓
Evan Bacon 🥓vor 1 Jahr

@shadcn @expo 🪄 your wish is granted

Profilbild von Zach
Zachvor 1 Jahr

@shadcn @expo Looks awesome! So many questions… How does it handle more complex components like a select on native? Does the css only work with tailwind or can it use traditional css? Seems like an all-in-one alternative to react-strict-dom, NativeWind, and more. Is that the goal?

Profilbild von Evan Bacon 🥓
Evan Bacon 🥓vor 1 Jahr

DOM Components support all CSS features that Expo Router's Metro web supports: sass, scss, css modules, tailwind, postcss, etc. react-strict-dom is a native library, DOM components are a bundling/framework technique for rendering React to the DOM (not truly native). DOM Components cannot render native views as children, but you can float native views over them like the GL example at the end of the video.

Profilbild von JP
JPvor 1 Jahr

@shadcn @expo This is so badass. Also side question: did you use a tool for tracking your mouse / zoom effects? The video is great!

Profilbild von Evan Bacon 🥓
Evan Bacon 🥓vor 1 Jahr

@shadcn @expo Thanks, I used screen studio

Profilbild von ArielMejiaDev
ArielMejiaDevvor 1 Jahr

@shadcn @expo @Baconbrix just to get the whole context, this sample code is running in expo using react-dom and react-native-web so it is a web app, and you are migrating web app to a mobile app using "use dom" components to render it even with css and all web things... my mind explode

Profilbild von Evan Bacon 🥓
Evan Bacon 🥓vor 1 Jahr

@shadcn @expo It doesn’t need react-native-web, just react-dom. We use the process.env.EXPO_OS var to avoid importing RNW.

Profilbild von José Donato 🦋
José Donato 🦋vor 1 Jahr

@shadcn @expo this is game changer, any docs on this?

Profilbild von Evan Bacon 🥓
Evan Bacon 🥓vor 1 Jahr

@shadcn @expo WIP docs (very early) are here -

Ähnliche Videos