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