EvanBacon / AWESOME-REACT-NATIVE-WEB

💙 React Native Web patterns, techniques, tips, and tricks ✨
https://baconbrix.gitbook.io/react-native-web/
MIT License
250 stars 19 forks source link

Why React Native for Web? #9

Closed maxwaiyaki closed 4 years ago

maxwaiyaki commented 5 years ago

Can someone explain why React Native for Web over React DOM?

EvanBacon commented 4 years ago

React native for web uses react dom. This lets you share the codebase between iOS, Android, and web. For more info you can check out this presentation I put together on the value it adds :)