Updated docs for next

This commit is contained in:
Website Deployment Script
2017-06-21 23:35:51 +00:00
parent 54b2ddcc6f
commit f1effe61ec
11 changed files with 195 additions and 1 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+60
View File
@@ -164,6 +164,30 @@
<uri>https://twitter.com/lacker</uri>
</author>
</entry>
<entry>
<title type="html"><![CDATA[React Native: A year in review]]></title>
<id>https://facebook.github.io/react-native/blog/2016/04/13/react-native-a-year-in-review.html</id>
<link href="https://facebook.github.io/react-native/blog/2016/04/13/react-native-a-year-in-review.html">
</link>
<updated>2016-04-13T00:00:00Z</updated>
<summary type="html"><![CDATA[It's been one year since we open-sourced React Native. What started as an idea with a handful of engineers is now a framework being used by product teams across Facebook and beyond. Today at F8 we announced that Microsoft is bringing React Native to the Windows ecosystem, giving developers the potential to build React Native on Windows PC, Phone, and Xbox. It will also provide open source tools and services such as a React Native extension for Visual Studio Code and CodePush to help developers create React Native apps on the Windows platform. In addition, Samsung is building React Native for its hybrid platform, which will empower developers to build apps for millions of SmartTVs and mobile and wearable devices. We also released the Facebook SDK for React Native, which makes it easier for developers to incorporate Facebook social features like Login, Sharing, App Analytics, and Graph APIs into their apps. In one year, React Native has changed the way developers build on every major platform.]]></summary>
<author>
<name>Martin Konicek</name>
<uri>https://github.com/mkonicek</uri>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Dive into React Native Performance]]></title>
<id>https://facebook.github.io/react-native/blog/2016/03/28/dive-into-react-native-performance.html</id>
<link href="https://facebook.github.io/react-native/blog/2016/03/28/dive-into-react-native-performance.html">
</link>
<updated>2016-03-28T00:00:00Z</updated>
<summary type="html"><![CDATA[React Native allows you to build iOS and Android apps in JavaScript using React and Relay's declarative programming model. This leads to more concise, easier-to-understand code; fast iteration without a compile cycle; and easy sharing of code across multiple platforms. You can ship faster and focus on details that really matter, making your app look and feel fantastic. Optimizing performance is a big part of this. Here is the story of how we made React Native app startup twice as fast.]]></summary>
<author>
<name>Pieter De Baets</name>
<uri>https://github.com/javache</uri>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Introducing Hot Reloading]]></title>
<id>https://facebook.github.io/react-native/blog/2016/03/24/introducing-hot-reloading.html</id>
@@ -176,4 +200,40 @@
<uri>https://twitter.com/martinbigio</uri>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Making React Native apps accessible]]></title>
<id>https://facebook.github.io/react-native/blog/2015/11/23/making-react-native-apps-accessible.html</id>
<link href="https://facebook.github.io/react-native/blog/2015/11/23/making-react-native-apps-accessible.html">
</link>
<updated>2015-11-23T00:00:00Z</updated>
<summary type="html"><![CDATA[With the recent launch of React on web and React Native on mobile, we've provided a new front-end framework for developers to build products. One key aspect of building a robust product is ensuring that anyone can use it, including people who have vision loss or other disabilities. The Accessibility API for React and React Native enables you to make any React-powered experience usable by someone who may use assistive technology, like a screen reader for the blind and visually impaired.]]></summary>
<author>
<name>Georgiy Kassabli</name>
<uri>https://www.facebook.com/georgiy.kassabli</uri>
</author>
</entry>
<entry>
<title type="html"><![CDATA[React Native for Android: How we built the first cross-platform React Native app]]></title>
<id>https://facebook.github.io/react-native/blog/2015/09/14/react-native-for-android.html</id>
<link href="https://facebook.github.io/react-native/blog/2015/09/14/react-native-for-android.html">
</link>
<updated>2015-09-14T00:00:00Z</updated>
<summary type="html"><![CDATA[Earlier this year, we introduced React Native for iOS. React Native brings what developers are used to from React on the web — declarative self-contained UI components and fast development cycles — to the mobile platform, while retaining the speed, fidelity, and feel of native applications. Today, we're happy to release React Native for Android.]]></summary>
<author>
<name>Daniel Witte</name>
<uri>https://www.facebook.com/drwitte</uri>
</author>
</entry>
<entry>
<title type="html"><![CDATA[React Native: Bringing modern web techniques to mobile]]></title>
<id>https://facebook.github.io/react-native/blog/2015/03/26/react-native-bringing-modern-web-techniques-to-mobile.html</id>
<link href="https://facebook.github.io/react-native/blog/2015/03/26/react-native-bringing-modern-web-techniques-to-mobile.html">
</link>
<updated>2015-03-26T00:00:00Z</updated>
<summary type="html"><![CDATA[We introduced React to the world two years ago, and since then it's seen impressive growth, both inside and outside of Facebook. Today, even though no one is forced to use it, new web projects at Facebook are commonly built using React in one form or another, and it's being broadly adopted across the industry. Engineers are choosing to use React every day because it enables them to spend more time focusing on their products and less time fighting with their framework. It wasn't until we'd been building with React for a while, though, that we started to understand what makes it so powerful.]]></summary>
<author>
<name>Tom Occhino</name>
<uri>https://github.com/tomocchino</uri>
</author>
</entry>
</feed>
Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

+1 -1
View File
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long