react-native-web-pwa-antipattern-bundle-cost
Using React Native + Expo rendered via react-native-web + Metro as a PWA is a structural antipattern: it introduces 50+ Expo dependencies and a 434KB lockfile for a web-only target. The correct PWA stack is Next.js/Remix/SvelteKit — RN-web adds complexity and bundle size with no benefit when native mobile is not a target. Identify this pattern in any repo before extending it.
Related
- react-native-web-is-wrong-pwa-stack
- react-native-web-pwa-is-wrong-architecture
- react-native-web-as-pwa-is-structural-anti-pattern
- react-native-web-expo-is-wrong-architecture-for-pwa
- react-native-web-pwa-antipattern-bundle-bloat
- react-native-web-metro-is-antipattern-for-pwa
- react-native-web-plus-metro-wrong-architecture-for-pwa
- react-native-web-pwa-worst-of-both-worlds