post for React-Native
- repo is here
- Community Round-up #26 -- When is React Native Android coming?
- React Native: Bringing modern web techniques to mobile -- from FE code site
- React Native Has Landed
- Introducing React Native: Building Apps with JavaScript -- 比官方古板的例子要强 10x
- react-native-dribbble-app
Nuclide - An open IDE for React Native, web, and native mobile development, built as a suite of packages on top of Atom to provide hackability and the support of an active community.
- 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?
- React Native第一课
- Facebook宣布Nuclide:基于Atom的开源集成开发环境
- Facebook announces Nuclide, an open-source IDE based on GitHub’s Atom text editor
- Nuclide in Hacker News
- 如何调试React Native?
- 跨平台开发时代的 (再次) 到来?
- React Native – When the Mobile Web Isn’t Enough