post for React-Native
- Facebook Ads Org
- Complicated Apps
- Cascading Updates
- Unpredictable Code
a way to build native apps in JavaScript using React.js for user interface.
不在用 DOM 来渲染,而是用原生 UI 组件,比如:
你用 <View> 和 <Image> 来替代我们目前常用的 <div> 和 <img>
React Native runs JavaScript engine in a separate background thread, which communicates with the native main thread using a batched async messaging protocol. There’s a plugin for React that uses this protocol for communication.
Less than one second between code change and updated app
Learn once, write anywhere ----> Write once, run anywhere
- Facebook’s Groups - iOS app
- Jordan's topic in Hacker News
- 移动Web技术的春天来了?Facebook发布React Native,用JavaScript开发移动原生应用
- React Native — write native apps with React.js
- Use ReactJS to Build Native Apps in Hacker News
- 如何评价 React Native? - zhihu 讨论
- twitter上面的 reactjsconf 讨论
- React.js Conf 2015 Keynote - Introducing React Native
- JavaScript’s History and How it Led To ReactJS
- React Native:Facebook出品,可用JavaScript开发移动原生应用 - InfoQ
- Is React Native Cross-Platform Snake-Oil?