Nexjs & react native combo #78126
kasinadhsarma
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Goals
1.Enable a shared codebase between Next.js (web) and React Native (mobile) for faster development cycles.
2.Create standardized patterns for navigation, routing, and API integration across platforms.
3.Reduce engineering effort for teams building universal apps using Expo + Next.js.
Non-Goals
1.It does not aim to replace platform-specific features or native APIs.
2.Not focused on integrating third-party services like Firebase, Auth0, etc.
3.Not aiming to create a new framework—just propose interop patterns and maybe a starter kit.
Background
There’s been a lot of discussion about "write once, run anywhere" but existing solutions like React Native Web or Expo Router still lack deep integration with Next.js features (like getServerSideProps, app/ directory, and ISR). Developers are forced to duplicate logic or hack around incompatibilities.
Expo's advances (e.g., Web support) and Next.js's component-driven architecture make now a great time to formalize best practices or tooling for seamless cross-platform dev
Proposal
Beta Was this translation helpful? Give feedback.
All reactions