Universal
One codebase runs on server, browser, and native. Nature async components with transpiler. Resolve browser extension to separate logic only where needed.RSC + SSR Streaming
Async server components with Next.js App Router. Stream HTML to the browser with zero client-side waterfall.Navigation
Type-safe routes with Link and useRoute. Works on web and native with a unified API.Internationalization
First-class i18n with namespace support. Add languages by dropping in JSON files.Tailwind CSS
Use Tailwind class names directly in React Native. CVA, responsive selectors, and dark mode variants all work out of the box.Theming
Built-in theme system with dark mode support. Switch themes at runtime without a page reload.Built-in Components
Rich set of ready-to-use UI components built on top of the core primitives. Consistent styling, accessibility, and dark mode support included.Fetch + GraphQL Cache
Built-in Fetch and GraphQL query cache with automatic server-to-client hydration. No extra setup - data is fetched on the server and seamlessly reused on the client.Dev Tools
Built-in ESLint config with best practice rules for the framework. Kick off new projects with a getting-started template that follows all conventions out of the box.