You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
744 B
29 lines
744 B
---
|
|
layout: default
|
|
sectionid: tutorial
|
|
---
|
|
|
|
<section class="content wrap documentationContent">
|
|
{% include nav_tutorial.html %}
|
|
|
|
<div class="inner-content">
|
|
<a class="edit-page-link"
|
|
href="https://github.com/facebook/react/tree/master/docs/{{ page.path }}"
|
|
target="_blank">Edit on GitHub</a>
|
|
<h1>
|
|
{{ page.title }}
|
|
</h1>
|
|
<div class="subHeader">{{ page.description }}</div>
|
|
|
|
{{ content }}
|
|
|
|
<div class="docs-prevnext">
|
|
{% if page.prev %}
|
|
<a class="docs-prev" href="/react/tutorial/{{ page.prev }}">← Prev</a>
|
|
{% endif %}
|
|
{% if page.next %}
|
|
<a class="docs-next" href="/react/tutorial/{{ page.next }}">Next →</a>
|
|
{% endif %}
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|