What is the reason, the web application is built with Expo? #1
-
@prince272 AFAIK Expo can be developed for Web, iOS and Android, so why not use it for web as well? Seems duplicate work to maintain the web version separately... |
Beta Was this translation helpful? Give feedback.
Answered by
prince272
Sep 8, 2024
Replies: 1 comment
-
Even with Expo's cross-platform capabilities, a separate web version might be needed because Expo uses React Native, which is optimized for mobile apps, while Next.js uses React and is tailored for web applications. This ensures each platform gets the best performance and user experience. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
prince272
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Even with Expo's cross-platform capabilities, a separate web version might be needed because Expo uses React Native, which is optimized for mobile apps, while Next.js uses React and is tailored for web applications. This ensures each platform gets the best performance and user experience.