有人研究过React Native吗?进来说说怎么开发,怎么入门?
http://www.infoq.com/news/2015/02/facebook-announces-react-native
http://www.infoq.com/news/2015/02/facebook-announces-react-native
2
WildCat Feb 11, 2015 via iPhone
还没发布呢吧,怎么研究?
不过统一 UI 封装绝对不会那么容易,希望不是个坑。 类似的有 Xamarin.Forms ,差强人意。 |
3
hkongm Feb 11, 2015
先学React吧,Component / Props / State / Under the hood 还有Flux~
坐下技术储备 |
4
ciwonderful Feb 12, 2015
规范稳定的话,纯页面展示的话,坑应该不多。
但是里面有js脚本加入,整套渲染就活起来了。 如果支持iOS与安卓反射的话,各个系统的特性都不一样。那么坑就多起来了。 还需要考虑到标签扩展性,还有js绑定。还有好多需要学习呢。 |
5
WildCat Mar 13, 2015
@WildCat 更正下,
React Native 和 Xamarin.Forms 不一样,前者是 Learn once, write everywhere. 后者是 Write once, run everywhere |
6
jiyinyiyong Mar 27, 2015
|