react-everywhere / re-start

react-native template to target multiple platforms :globe_with_meridians: :iphone: :computer: with single codebase.
https://medium.com/@amoghbanta/write-once-use-everywhere-with-react-native-d6e575efe58e#.nfl50gwfg
MIT License
1.3k stars 85 forks source link

Consider use react-web #2

Closed yuanyan closed 7 years ago

yuanyan commented 7 years ago

https://github.com/taobaofed/react-web

amoghbanta commented 7 years ago

hi @yuanyan, You can go with react-web if you prefer that. Just replace 'react-native-web' with react web in webpack config.


alias: {
    "react-native": "react-web"
}

and install the dependencies.

leontalbot commented 7 years ago

Do you mind sharing the main differences between React-Web and React-Native-Web? Thanks!