mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Deploy website
Deploy website version based on 9eef7c16c8a101a21e9db69a98aa4666b4fbf70a
This commit is contained in:
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p>One common question is how to handle the "state" of your React Native application. The most popular library for this is <a href="http://redux.js.org/">Redux</a>. Don't be afraid of how often Redux uses the word "reducer" - it's a pretty basic library, and there's also a nice <a href="https://egghead.io/courses/getting-started-with-redux">series of videos</a> explaining it.</p>
|
||||
<p>If you're looking for a library that does a specific thing, check out <a href="http://www.awesome-react-native.com/">Awesome React Native</a>, a curated list of components that also has demos, articles, and other stuff.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="examples"></a><a href="#examples" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Examples</h2>
|
||||
<p>Try out apps from the <a href="showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>Try out apps from the <a href="/showcase/">Showcase</a> to see what React Native is capable of! There are also some <a href="https://github.com/ReactNativeNews/React-Native-Apps">example apps on GitHub</a>. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat.</p>
|
||||
<p>The folks who built the app for Facebook's F8 conference also <a href="https://github.com/fbsamples/f8app">open-sourced the code</a> and wrote up a <a href="http://makeitopen.com/">detailed series of tutorials</a>. This is useful if you want a more in-depth example that's more realistic than most sample apps out there.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="extending-react-native"></a><a href="#extending-react-native" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Extending React Native</h2>
|
||||
<ul>
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user