|
| 1 | +<!-- |
| 2 | +title: 30 Days of React |
| 3 | +layout: page.html |
| 4 | +series: 30-days-of-react |
| 5 | +permalink: '' |
| 6 | +pageJS: 30-days.js |
| 7 | +isIndex: "true" |
| 8 | +numFree: 22 |
| 9 | +published: false |
| 10 | +bodyClasses: landingpage |
| 11 | +noInclude: true |
| 12 | +--> |
| 13 | + |
| 14 | +<!-- Note, this file is for fullstackreact.com internal use --> |
| 15 | + |
| 16 | +{% import 'partials/macros/common.nunjucks' as common %} |
| 17 | +{% import 'partials/macros/homepage.nunjucks' as home %} |
| 18 | +{% import 'partials/macros/burger.nunjucks' as burger %} |
| 19 | + |
| 20 | +{% block content %} |
| 21 | +<div class="thirty-days"> |
| 22 | + <main class="main"> |
| 23 | + <div class="intro-banner" > |
| 24 | + <img src="/assets/images/30days/30-days-of-react-header.jpg" alt="30 Days of React"> |
| 25 | + </div><!-- /.intro-banner --> |
| 26 | + |
| 27 | + <div class="section-marketing"> |
| 28 | + <div class="container"> |
| 29 | + <div class="row"> |
| 30 | + <div class="col-lg-2 col-md-1 col-sm-1"> |
| 31 | + </div> |
| 32 | + <div class="col-lg-6 col-md-8 col-sm-7 col-xs-12"> |
| 33 | + |
| 34 | + <div class="section-body"> |
| 35 | + <p>Interested in Learning React but having trouble getting started?</p> |
| 36 | + |
| 37 | + <!-- |
| 38 | + <p class='feeling-lost'>Are you feeling a little lost in all the jargon?</p> |
| 39 | +
|
| 40 | + <p class='jargon'><tt>JSX</tt>, <tt>Props</tt>, <tt>Webpack</tt>, <tt>Redux</tt>, <tt>Enzyme</tt>, <tt>Presentational Components</tt>, <tt>Middleware</tt>, <tt>State</tt>, <tt>Hooks</tt>, <tt>Pure Components</tt>... </p> |
| 41 | +
|
| 42 | + <p>Does it feel like <b>everyone else</b> seems to know how these things fit together?</p> |
| 43 | + --> |
| 44 | + |
| 45 | + <p>We'll teach you how it all works - <em>for free</em></p> |
| 46 | + |
| 47 | + <p>Over the next 30 days, we'll walk through everything you need to know to work with React. From the <b>very beginning</b> through <b>testing and deployment</b> of our first app.</p> |
| 48 | + </div><!-- /.section-body --> |
| 49 | + |
| 50 | + <div class="section-foot"> |
| 51 | + <a href="https://app.monstercampaigns.com/c/opsh28ygz42xhvtlq4vd/" target="_blank" class="manual-optin-trigger btn btn-default" data-optin-slug="opsh28ygz42xhvtlq4vd">Download the free 300+ page PDF</a> |
| 52 | + </div><!-- /.section-foot --> |
| 53 | + </div> |
| 54 | + |
| 55 | + <div class="col-lg-2 col-md-3 col-sm-4 hidden-xs"> |
| 56 | + <div class="mini-book-preview"> |
| 57 | + <img src="/assets/images/30days/30-days-of-react-book-cover-2-as-book-220.png" alt="30 Days of React Mini-Ebook"> |
| 58 | + </div> |
| 59 | + </div> |
| 60 | + </div> |
| 61 | + </div><!-- /.container --> |
| 62 | + </div><!-- /.section-cta --> |
| 63 | + |
| 64 | + <div class="section-chapters"> |
| 65 | + <div class="container"> |
| 66 | + <div class="section-body"> |
| 67 | + <div class="row"> |
| 68 | + |
| 69 | + {% for day in collections.thirtyDays %} |
| 70 | + {% if day.protectedPreview %} |
| 71 | + {{ burger.nolinkDayPost(day, loop.index0) }} |
| 72 | + {% else -%} |
| 73 | + {{ burger.dayPost(day, loop.index0) }} |
| 74 | + {% endif -%} |
| 75 | + {% endfor -%} |
| 76 | + |
| 77 | + </div> |
| 78 | + </div><!-- /.section-body --> |
| 79 | + </div><!-- /.container --> |
| 80 | + </div><!-- /.section-chapters --> |
| 81 | + |
| 82 | + <div class="section-promo"> |
| 83 | + <div class="container"> |
| 84 | + <div class="promo-box"> |
| 85 | + <div class="promo-box-bg"></div><!-- /.promo-box-bg --> |
| 86 | + |
| 87 | + <div class="promo-box-inner"> |
| 88 | + <div class="promo-box-image"> |
| 89 | + <img src="/assets/images/icon-orange.png" alt="" width="257" height="281"> |
| 90 | + </div><!-- /.promo-box-image --> |
| 91 | + |
| 92 | + <div class="promo-box-body"> |
| 93 | + <h2>FAQ</h2> |
| 94 | + |
| 95 | + <dl> |
| 96 | + <dt>What is this?</dt> |
| 97 | + <dl>This course is a series of articles which teach you how to use React from the ground up. The series provides a step-by-step process you can use to learn React from an empty folder to a deployed React app.</dl> |
| 98 | + |
| 99 | + <dt>What if I get stuck?</dt> |
| 100 | + <dl>Just <a href=" mailto:[email protected]" >send us an email </a> and we'll be happy to help you get unstuck </dl> |
| 101 | + |
| 102 | + <dt>Who wrote this?</dt> |
| 103 | + <dl>We're the authors of the <a href="/">Fullstack React Book</a> </dl> |
| 104 | + |
| 105 | + <p class="promo-box-action"> |
| 106 | + <a href="https://app.monstercampaigns.com/c/opsh28ygz42xhvtlq4vd/" target="_blank" class="manual-optin-trigger btn btn-default" data-optin-slug="opsh28ygz42xhvtlq4vd">Enroll in this free course</a> |
| 107 | + </p> |
| 108 | + </div><!-- /.promo-box-body --> |
| 109 | + </div><!-- /.promo-box-inner --> |
| 110 | + </div><!-- /.promo-box --> |
| 111 | + </div><!-- /.container --> |
| 112 | + </div><!-- /.section-promo --> |
| 113 | + |
| 114 | + <section class="section-authors"> |
| 115 | + <div class="container"> |
| 116 | + <header class="section-head"> |
| 117 | + <h1 class="section-title"> |
| 118 | + <span>Course Author</span> |
| 119 | + </h1><!-- /.section-title --> |
| 120 | + </header><!-- /.section-head --> |
| 121 | + |
| 122 | + <div class="section-body"> |
| 123 | + <div class="author-simple"> |
| 124 | + {% include "partials/bios/ari.html" %} |
| 125 | + </div><!-- /.author-simple --> |
| 126 | + </div><!-- /.section-body --> |
| 127 | + </div><!-- /.container --> |
| 128 | + </section><!-- /.section-authors --> |
| 129 | + |
| 130 | + <section class="section-promise section-promise-alt" |
| 131 | + style="background-image: url(/assets/images/backgrounds/section-sample-code.jpg)" |
| 132 | + > |
| 133 | + <div class="container"> |
| 134 | + <div class="section-inner"> |
| 135 | + <header class="section-head"> |
| 136 | + <h1 class="section-title white">Get started now</h1><!-- /.section-title --> |
| 137 | + |
| 138 | + <p>Join us on our 30-day journey in React. Join thousands of other professional React developers and learn one of the most powerful web application development frameworks available today. </p> |
| 139 | + </header><!-- /.section-head --> |
| 140 | + |
| 141 | + <div class="section-body"> |
| 142 | + <form class="form-inline" target="_blank" novalidate="" |
| 143 | + accept-charset="UTF-8" action="https://fd338.infusionsoft.com/app/form/process/a6e7d4fdf2891b50a87effa8540f834d" class="infusion-form" method="POST" |
| 144 | + > |
| 145 | + <input name="inf_form_xid" type="hidden" value="a6e7d4fdf2891b50a87effa8540f834d" /> |
| 146 | + <input name="inf_form_name" type="hidden" value="30 Days of React Form Submitted" /> |
| 147 | + <input name="infusionsoft_version" type="hidden" value="1.59.0.51" /> |
| 148 | + |
| 149 | + <div class="section-entry"> |
| 150 | + <div class="form-row"> |
| 151 | + <label for="field-email" class="form-label">email</label> |
| 152 | + |
| 153 | + <div class="form-controls"> |
| 154 | + <input type="email" class="field" id="inf_field_Email" name="inf_field_Email" placeholder="Put in your email address"> |
| 155 | + <input type="hidden" name="FORMID" value="DailyUI-Landing-a"> |
| 156 | + |
| 157 | + <small>No spam ever. Easy to unsubscribe.</small> |
| 158 | + </div><!-- /.form-controls --> |
| 159 | + </div><!-- /.form-row --> |
| 160 | + </div><!-- /.section-entry --> |
| 161 | + |
| 162 | + <div class="section-actions"> |
| 163 | + <button type="submit" id="mc-embedded-subscribe" class="btn btn-default"> |
| 164 | + <i class="glyphicon glyphicon-envelope"></i> |
| 165 | + DOWNLOAD 30 DAYS OF REACT PDF (FREE) |
| 166 | + </button> |
| 167 | + </div><!-- /.section-actions --> |
| 168 | + </form> |
| 169 | + </div><!-- /.section-body --> |
| 170 | + </div><!-- /.section-inner --> |
| 171 | + </div><!-- /.container --> |
| 172 | + </section><!-- /.section-promise --> |
| 173 | + </main><!-- /.main --> |
| 174 | +</div><!-- /.wrapper --> |
| 175 | + |
| 176 | +{% endblock %} |
0 commit comments