react-native-web 介绍
react-native-web将 react Native 平台无关的组件和 API 搬到了 Web 上 。
react Native 的 代码 只兼容两个平台(iOS 和 Android),并没有兼容 Web 端访问。这里是因为 Facebook 开发人员认为 Web 端天生兼容性就巨麻烦,而且平台差异性是注定存在而且也要保留的,所以 react Native 的目标是Learn once,write anywhere,而不是 Write once,run anywhere。
除了 APP 客户端之外,还要有一套兜底的 Web 端以便 用户 在某些特殊场景下使用。react Native 可以让你写一份 代码 跑在两个平台,但是你却还要再写一份 Web 的一模一样的应用。于是 react web 就出现了。
网站地址 : http://necolas.github.io/react-native-web/examples/
GitHub: https://github.com/necolas/react-native-web
网站描述: react native转web方案
react-native-web官方网站
官方网站: http://necolas.github.io/react-native-web/examples/
如果觉得 网站内容还不错,欢迎将 网站 推荐给程序员好友。
查看更多关于react-native-web的详细内容...
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://haodehen.cn/did175140